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 19:28:41 UTC

svn commit: r1892245 - /gump/metadata/project/checkstyle.xml

Author: markt
Date: Wed Aug 11 19:28:41 2021
New Revision: 1892245

URL: http://svn.apache.org/viewvc?rev=1892245&view=rev
Log:
Restore original dependencies for now to try and get validate task to work for Tomcat builds.

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1892245&r1=1892244&r2=1892245&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Wed Aug 11 19:28:41 2021
@@ -38,9 +38,13 @@
 
     <depend project="antlr" runtime="true"/>
     <depend project="org.apache.ant" runtime="true"/>
-    <depend project="commons-collections" runtime="true"/>
     <depend project="commons-beanutils" runtime="true"/>
-    <depend project="commons-io"/>
+    <depend project="commons-collections" runtime="true"/>
+    <depend project="commons-cli" runtime="true"/>
+    <option project="commons-exec"/>
+    <depend project="commons-lang3" runtime="true"/>
+    <depend project="commons-logging" runtime="true"/>
+    <option project="commons-validator"/>
     <depend project="commons-logging" runtime="true"/>
     <depend project="google-guava" runtime="true"/>
     <option project="junit"/>