You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/11/17 23:27:54 UTC

svn commit: r718417 - /velocity/engine/trunk/pom.xml

Author: nbubna
Date: Mon Nov 17 14:27:53 2008
New Revision: 718417

URL: http://svn.apache.org/viewvc?rev=718417&view=rev
Log:
VELOCITY-636 antlr isn't necessary for FindBugs (thx to Benjamin Bentmann)

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=718417&r1=718416&r2=718417&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Mon Nov 17 14:27:53 2008
@@ -157,12 +157,6 @@
       <artifactId>oro</artifactId>
       <version>2.0.8</version>
     </dependency>
-    <!-- antlr allows us to use Findbugs -->
-    <dependency>
-      <groupId>antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>2.7.7</version>
-    </dependency>
     <dependency>
       <groupId>jdom</groupId>
       <artifactId>jdom</artifactId>