summaryrefslogtreecommitdiffstats
path: root/sonar/ooxml/pom.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-12-16 14:55:23 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-12-16 14:55:23 +0000
commitd45ec541cd7a5e0233b21d3995153df501afc6f6 (patch)
treecae86bd86ad4798c10d15f27002f4f2e5139a522 /sonar/ooxml/pom.xml
parent2a84c1fa16618dc7271f97abf28f0c8e45078d3a (diff)
downloadpoi-d45ec541cd7a5e0233b21d3995153df501afc6f6.tar.gz
poi-d45ec541cd7a5e0233b21d3995153df501afc6f6.zip
#62365 - SVG image support in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml/pom.xml')
-rw-r--r--sonar/ooxml/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index dc4ffc8373..6a6232acaa 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -185,5 +185,12 @@
<version>1.19</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <!-- don't add it to the distribution -->
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>batik-all</artifactId>
+ <version>1.10</version>
+ </dependency>
</dependencies>
</project>