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 2023/01/20 19:40:34 UTC

svn commit: r1906844 - in /gump/metadata: profile/gump.xml project/ant.xml project/commons-codec-1.x.xml project/easymock.xml

Author: markt
Date: Fri Jan 20 19:40:33 2023
New Revision: 1906844

URL: http://svn.apache.org/viewvc?rev=1906844&view=rev
Log:
Review of dependees indicates Commons-Codec is no longer required.

Removed:
    gump/metadata/project/commons-codec-1.x.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/ant.xml
    gump/metadata/project/easymock.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1906844&r1=1906843&r2=1906844&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Jan 20 19:40:33 2023
@@ -31,7 +31,6 @@
   <module href="project/commons-beanutils.xml" />
   <module href="project/commons-bcel.xml" />
   <module href="project/commons-cli.xml" />
-  <module href="project/commons-codec-1.x.xml" />
   <module href="project/commons-collections-3.x.xml"/>
   <module href="project/commons-compress.xml"/>
   <module href="project/commons-daemon.xml"/>

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1906844&r1=1906843&r2=1906844&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Fri Jan 20 19:40:33 2023
@@ -153,7 +153,6 @@
     <depend project="junit" inherit="runtime" />
     <depend project="xml-xerces"/>
     <option project="xalan"/>
-    <option project="commons-codec"/>
 
     <work nested="build/testcases"/>
     <work nested="src/tests/junit"/>

Modified: gump/metadata/project/easymock.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/easymock.xml?rev=1906844&r1=1906843&r2=1906844&view=diff
==============================================================================
--- gump/metadata/project/easymock.xml (original)
+++ gump/metadata/project/easymock.xml Fri Jan 20 19:40:33 2023
@@ -27,7 +27,6 @@ EasyMock is a Java library that provides
   <project name="easymock-parent">
     <pom name="pom.xml" id="easymock-parent"/>
     <mvn3install/>
-    <option project="commons-codec"/>
     <option project="junit"/>
   </project>