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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 20 03:06:36 EDT 2008


Author: michael.neale at jboss.com
Date: 2008-08-20 03:06:36 -0400 (Wed, 20 Aug 2008)
New Revision: 21635

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
JBRULES-1748 drools-server module - back from the dead !

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2008-08-20 07:05:18 UTC (rev 21634)
+++ labs/jbossrules/trunk/pom.xml	2008-08-20 07:06:36 UTC (rev 21635)
@@ -670,7 +670,7 @@
         <module>drools-clips</module>
         <module>drools-dataloaders</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-server</module>
         <module>drools-verifier</module>
         <module>drools-ant</module>
         <module>drools-repository</module>
@@ -841,7 +841,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.2.2</version>
+                <version>1.3</version>
             </dependency>
             <dependency><!-- TODO remove me as xstream brings in xpp3_min -->
                 <groupId>xpp3</groupId>




More information about the jboss-svn-commits mailing list