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/12 08:43:06 UTC

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

Author: markt
Date: Thu Aug 12 08:43:06 2021
New Revision: 1892261

URL: http://svn.apache.org/viewvc?rev=1892261&view=rev
Log:
Correct update to antlr4

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1892261&r1=1892260&r2=1892261&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Thu Aug 12 08:43:06 2021
@@ -36,7 +36,7 @@
       <property name="pmd.skip" value="true"/>
     </mvn3>
 
-    <depend project="antlr4" runtime="true"/>
+    <depend project="antlr" ids="altlr4" runtime="true"/>
     <depend project="org.apache.ant" runtime="true"/>
     <depend project="commons-beanutils" runtime="true"/>
     <depend project="commons-collections" runtime="true"/>