You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ki...@apache.org on 2014/10/31 21:32:24 UTC

svn commit: r1635858 - /gump/metadata/project/poi.xml

Author: kiwiwings
Date: Fri Oct 31 20:32:24 2014
New Revision: 1635858

URL: http://svn.apache.org/r1635858
Log:
Added jar-dependencies for the new ooxml-security artifact

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=1635858&r1=1635857&r2=1635858&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Fri Oct 31 20:32:24 2014
@@ -66,6 +66,14 @@
 
       <depend project="ant" inherit="runtime" />
       <jar name="ooxml-lib/xmlbeans-2.6.0.jar" id="xmlbeans" />
+
+      <!-- additional libs included for tests, but only necessary for xml signing -->
+      <jar name="compile-lib/bcpkix-jdk15on-1.51.jar" id="bcpkix" />
+      <jar name="compile-lib/bcprov-ext-jdk15on-1.51.jar" id="bcprov-ext" />
+      <jar name="compile-lib/slf4j-api-1.7.7.jar" id="slf4j-api" />
+
+      <!-- This should be a dependency to the latest Apache Santuario ... please help -->
+      <jar name="compile-lib/xmlsec-2.0.1.jar" id="xmlsec" />
    </project>
 
    <project name="ooxml-schemas" groupId="org.apache.poi">