[jboss-svn-commits] JBL Code SVN: r20338 - in labs/jbossrules/branches/parser-rewrite: drools-compiler and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 5 10:04:29 EDT 2008


Author: porcelli
Date: 2008-06-05 10:04:29 -0400 (Thu, 05 Jun 2008)
New Revision: 20338

Modified:
   labs/jbossrules/branches/parser-rewrite/drools-compiler/pom.xml
   labs/jbossrules/branches/parser-rewrite/pom.xml
Log:
Added gUnit dependency

Modified: labs/jbossrules/branches/parser-rewrite/drools-compiler/pom.xml
===================================================================
--- labs/jbossrules/branches/parser-rewrite/drools-compiler/pom.xml	2008-06-05 13:22:33 UTC (rev 20337)
+++ labs/jbossrules/branches/parser-rewrite/drools-compiler/pom.xml	2008-06-05 14:04:29 UTC (rev 20338)
@@ -34,6 +34,10 @@
       <artifactId>antlr-runtime</artifactId>     
     </dependency>
     <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>gunit</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>core</artifactId>
     </dependency>

Modified: labs/jbossrules/branches/parser-rewrite/pom.xml
===================================================================
--- labs/jbossrules/branches/parser-rewrite/pom.xml	2008-06-05 13:22:33 UTC (rev 20337)
+++ labs/jbossrules/branches/parser-rewrite/pom.xml	2008-06-05 14:04:29 UTC (rev 20338)
@@ -826,6 +826,11 @@
                 <version>3.0.1</version>
             </dependency>
             <dependency>
+			    <groupId>org.antlr</groupId>
+			    <artifactId>gunit</artifactId>
+                <version>1.0.1</version>
+            </dependency>
+            <dependency>
                 <groupId>org.eclipse.jdt</groupId>
                 <artifactId>core</artifactId>
                 <version>3.2.3.v_686_R32x</version>




More information about the jboss-svn-commits mailing list