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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Aug 30 19:20:26 EDT 2008


Author: mark.proctor at jboss.com
Date: 2008-08-30 19:20:26 -0400 (Sat, 30 Aug 2008)
New Revision: 22264

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
-fixed dependencies so it doesn't suck in maven-project
-added drools-process-task

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2008-08-30 23:19:54 UTC (rev 22263)
+++ labs/jbossrules/trunk/pom.xml	2008-08-30 23:20:26 UTC (rev 22264)
@@ -671,10 +671,11 @@
         <module>drools-templates</module>
         <module>drools-decisiontables</module>
         <module>drools-clips</module>
-        <module>drools-dataloaders</module>      
+        <module>drools-dataloaders</module>    
+        <module>drools-process</module>                  
         <!-- TODO enable these or create a profile in which they are enabled (to avoid making the build slow) -->
         <module>drools-server</module>
-        <module>drools-verifier</module>
+        <module>drools-verifier</module>        
         <module>drools-ant</module>
         <module>drools-repository</module>
         <module>drools-guvnor</module>
@@ -861,12 +862,28 @@
             <dependency>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr-runtime</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.1</version>        
+                <exclusions>
+                  <exclusion>
+                    <groupId>org.antlr</groupId>
+                    <artifactId>stringtemplate</artifactId>
+                  </exclusion>                                  
+                </exclusions>                        
             </dependency>
             <dependency>
 			    <groupId>org.antlr</groupId>
 			    <artifactId>gunit</artifactId>
                 <version>1.0.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>




More information about the jboss-svn-commits mailing list