[jboss-svn-commits] JBL Code SVN: r23026 - labs/jbossrules/trunk/drools-compiler.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 23 18:39:44 EDT 2008


Author: KrisVerlaenen
Date: 2008-09-23 18:39:43 -0400 (Tue, 23 Sep 2008)
New Revision: 23026

Modified:
   labs/jbossrules/trunk/drools-compiler/pom.xml
Log:
 - added test scope to gunit dependency

Modified: labs/jbossrules/trunk/drools-compiler/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-compiler/pom.xml	2008-09-23 21:51:41 UTC (rev 23025)
+++ labs/jbossrules/trunk/drools-compiler/pom.xml	2008-09-23 22:39:43 UTC (rev 23026)
@@ -29,6 +29,7 @@
     <dependency>
       <groupId>org.antlr</groupId>
       <artifactId>gunit</artifactId>             
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jdt</groupId>




More information about the jboss-svn-commits mailing list