[jboss-svn-commits] JBL Code SVN: r24103 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 25 22:32:39 EST 2008


Author: tirelli
Date: 2008-11-25 22:32:39 -0500 (Tue, 25 Nov 2008)
New Revision: 24103

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
JBRULES-1869: Upgrading to ANTLR 3.1.1. Removing the need of an escape character for pluggable operators with parameters in the parser.

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2008-11-25 21:58:11 UTC (rev 24102)
+++ labs/jbossrules/trunk/pom.xml	2008-11-26 03:32:39 UTC (rev 24103)
@@ -934,6 +934,21 @@
                 </exclusions>                        
             </dependency>
             <dependency>
+		<groupId>org.antlr</groupId>
+		<artifactId>antlr</artifactId>
+                <version>3.1.1</version>
+                <exclusions>
+                  <exclusion>
+                    <groupId>org.antlr</groupId>
+                    <artifactId>stringtemplate</artifactId>
+                  </exclusion>      
+                  <exclusion>
+                    <groupId>org.apache.maven</groupId>
+                    <artifactId>maven-project</artifactId>
+                  </exclusion>                                                                
+                </exclusions>                                             
+            </dependency>
+            <dependency>
                 <groupId>org.eclipse.jdt</groupId>
                 <artifactId>core</artifactId>
                 <version>3.4.2.v_883_R34x</version>




More information about the jboss-svn-commits mailing list