You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2021/08/11 15:26:44 UTC

svn commit: r1892230 - in /gump/metadata/project: commons-beanutils.xml commons-cli.xml commons-codec-1.x.xml

Author: markt
Date: Wed Aug 11 15:26:44 2021
New Revision: 1892230

URL: http://svn.apache.org/viewvc?rev=1892230&view=rev
Log:
Remove references to xml-apis

Modified:
    gump/metadata/project/commons-beanutils.xml
    gump/metadata/project/commons-cli.xml
    gump/metadata/project/commons-codec-1.x.xml

Modified: gump/metadata/project/commons-beanutils.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-beanutils.xml?rev=1892230&r1=1892229&r2=1892230&view=diff
==============================================================================
--- gump/metadata/project/commons-beanutils.xml (original)
+++ gump/metadata/project/commons-beanutils.xml Wed Aug 11 15:26:44 2021
@@ -36,7 +36,6 @@
     </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
     <depend project="commons-logging" runtime="true"/>
     <depend project="commons-collections"/>
     <depend project="junit"/>

Modified: gump/metadata/project/commons-cli.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-cli.xml?rev=1892230&r1=1892229&r2=1892230&view=diff
==============================================================================
--- gump/metadata/project/commons-cli.xml (original)
+++ gump/metadata/project/commons-cli.xml Wed Aug 11 15:26:44 2021
@@ -33,7 +33,6 @@
 
     <depend project="org.apache.ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
 
     <!-- downloaded by mvn -->
     <option project="commons-collections"/>

Modified: gump/metadata/project/commons-codec-1.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-codec-1.x.xml?rev=1892230&r1=1892229&r2=1892230&view=diff
==============================================================================
--- gump/metadata/project/commons-codec-1.x.xml (original)
+++ gump/metadata/project/commons-codec-1.x.xml Wed Aug 11 15:26:44 2021
@@ -32,7 +32,6 @@
     </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
 
     <!-- tests -->
     <depend project="junit"/>