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

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


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

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

Modified: labs/jbossrules/trunk/drools-compiler/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-compiler/pom.xml	2008-08-30 22:16:47 UTC (rev 22262)
+++ labs/jbossrules/trunk/drools-compiler/pom.xml	2008-08-30 23:19:54 UTC (rev 22263)
@@ -24,11 +24,11 @@
     <!-- External dependencies -->
     <dependency>
       <groupId>org.antlr</groupId>
-      <artifactId>antlr-runtime</artifactId>     
+      <artifactId>antlr-runtime</artifactId>           
     </dependency>
     <dependency>
       <groupId>org.antlr</groupId>
-      <artifactId>gunit</artifactId>
+      <artifactId>gunit</artifactId>             
     </dependency>
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
@@ -44,11 +44,6 @@
       <optional>true</optional>
     </dependency>      
     
-    <dependency>
-      <groupId>com.thoughtworks.xstream</groupId>
-      <artifactId>xstream</artifactId>
-      <optional>true</optional>
-    </dependency>
     <!--
     <dependency>
       <groupId>javax.mail</groupId>




More information about the jboss-svn-commits mailing list