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/10 19:52:53 UTC

svn commit: r1892192 - /gump/metadata/project/commons-exec.xml

Author: markt
Date: Tue Aug 10 19:52:53 2021
New Revision: 1892192

URL: http://svn.apache.org/viewvc?rev=1892192&view=rev
Log:
Commons Exec only declares JUnit as a dependency

Modified:
    gump/metadata/project/commons-exec.xml

Modified: gump/metadata/project/commons-exec.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-exec.xml?rev=1892192&r1=1892191&r2=1892192&view=diff
==============================================================================
--- gump/metadata/project/commons-exec.xml (original)
+++ gump/metadata/project/commons-exec.xml Tue Aug 10 19:52:53 2021
@@ -32,10 +32,6 @@
       <property name="skipTests" value="true"/>
     </mvn3>
     
-    <option project="bootstrap-ant"/>
-    <option project="commons-collections"/>
-    <option project="commons-cli"/>
-    <option project="commons-lang"/>
     <option project="junit"/>
     <jar name="target/commons-exec-*[0-9T].jar"/>
   </project>