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 17:23:57 UTC

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

Author: markt
Date: Wed Aug 11 17:23:57 2021
New Revision: 1892241

URL: http://svn.apache.org/viewvc?rev=1892241&view=rev
Log:
Restore commons-logging dependency

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1892241&r1=1892240&r2=1892241&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Wed Aug 11 17:23:57 2021
@@ -40,6 +40,7 @@
     <depend project="org.apache.ant" runtime="true"/>
     <depend project="commons-beanutils" runtime="true"/>
     <depend project="commons-io"/>
+    <depend project="commons-logging" runtime="true"/>
     <depend project="google-guava" runtime="true"/>
     <option project="junit"/>