You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2015/04/16 19:08:10 UTC

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

Author: billbarker
Date: Thu Apr 16 17:08:10 2015
New Revision: 1674114

URL: http://svn.apache.org/r1674114
Log:
need commons-collections as well

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1674114&r1=1674113&r2=1674114&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Thu Apr 16 17:08:10 2015
@@ -35,6 +35,7 @@
     <option project="antlr" runtime="true"/>
     <option project="org.apache.ant" runtime="true"/>
     <option project="commons-beanutils" runtime="true"/>
+    <option project="commons-collections" runtime="true"/>
     <option project="commons-cli" runtime="true"/>
     <option project="commons-exec"/>
     <option project="commons-lang3" runtime="true"/>