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 13:55:32 UTC

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

Author: markt
Date: Wed Aug 11 13:55:32 2021
New Revision: 1892216

URL: http://svn.apache.org/viewvc?rev=1892216&view=rev
Log:
Remove what appear to be unused dependencies (based on current POM file

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1892216&r1=1892215&r2=1892216&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Wed Aug 11 13:55:32 2021
@@ -39,12 +39,7 @@
     <depend project="antlr" runtime="true"/>
     <depend project="org.apache.ant" runtime="true"/>
     <depend project="commons-beanutils" runtime="true"/>
-    <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-io"/>
     <depend project="google-guava" runtime="true"/>
     <option project="junit"/>