aboutsummaryrefslogtreecommitdiffstats
path: root/maven/poi-ooxml.pom
diff options
context:
space:
mode:
authorDustin Spicuzza <virtuald@apache.org>2015-10-19 05:59:42 +0000
committerDustin Spicuzza <virtuald@apache.org>2015-10-19 05:59:42 +0000
commit66b0322e382b41570435159aea44ebe8c62efca3 (patch)
tree7297a142811b7cfdaf6bca5995642100826fbe52 /maven/poi-ooxml.pom
parenta14330b4614f2d4e6c199ac9793430612a1931ef (diff)
downloadpoi-66b0322e382b41570435159aea44ebe8c62efca3.tar.gz
poi-66b0322e382b41570435159aea44ebe8c62efca3.zip
poi-import: fix build dependencies
- Compilation + tests work now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi-ooxml.pom')
-rw-r--r--maven/poi-ooxml.pom5
1 files changed, 5 insertions, 0 deletions
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index 28195b5510..5850def217 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -69,5 +69,10 @@
<artifactId>poi-ooxml-schemas</artifactId>
<version>@VERSION@</version>
</dependency>
+ <dependency>
+ <groupId>com.github.virtuald</groupId>
+ <artifactId>curvesapi</artifactId>
+ <version>1.02</version>
+ </dependency>
</dependencies>
</project>