You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ce...@apache.org on 2016/01/16 12:57:22 UTC

svn commit: r1724961 - /gump/metadata/project/santuario.xml

Author: centic
Date: Sat Jan 16 11:57:22 2016
New Revision: 1724961

URL: http://svn.apache.org/viewvc?rev=1724961&view=rev
Log:
Add missing dependencies on xml-apis and xercesImpl

Modified:
    gump/metadata/project/santuario.xml

Modified: gump/metadata/project/santuario.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/santuario.xml?rev=1724961&r1=1724960&r2=1724961&view=diff
==============================================================================
--- gump/metadata/project/santuario.xml (original)
+++ gump/metadata/project/santuario.xml Sat Jan 16 11:57:22 2016
@@ -38,6 +38,8 @@
     
     <option project="xalan"/>
     <option project="xml-xerces"/>
+    <option project="xml-xercesImpl"/>
+    <option project="xml-apis"/>
 
     <jar name="target/xmlsec-*[0-9T].jar"/>
     <pom name="pom.xml"/>