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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 27 06:18:23 EST 2009


Author: Rikkola
Date: 2009-02-27 06:18:23 -0500 (Fri, 27 Feb 2009)
New Revision: 25460

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
updated pom.xml

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2009-02-27 06:19:45 UTC (rev 25459)
+++ labs/jbossrules/trunk/pom.xml	2009-02-27 11:18:23 UTC (rev 25460)
@@ -817,7 +817,7 @@
         <!--module>drools-clips</module-->
         <module>drools-pipeline</module>    
         <module>drools-process</module>                  
-        <module>drools-persistence-jpa</module>                  
+	<module>drools-persistence-jpa</module>  
         <module>drools-server</module>
         <module>drools-verifier</module>        
         <module>drools-ant</module>
@@ -1069,7 +1069,7 @@
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>
-                <version>1.5.2</version>
+                <version>1.6</version>
             </dependency>
 
             <!-- drools-compiler -->
@@ -1112,7 +1112,7 @@
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
-                <version>2.8.0</version>
+                <version>2.9.1</version>
             </dependency>
             <dependency>
                 <groupId>xml-apis</groupId>
@@ -1142,6 +1142,7 @@
                 <groupId>jexcelapi</groupId>
                 <artifactId>jxl</artifactId>
                 <version>2.4.2</version>
+
             </dependency>
             
             <dependency>
@@ -1154,25 +1155,25 @@
             <dependency>
                 <groupId>jboss</groupId>
                 <artifactId>jboss-remoting</artifactId>
-                <version>1.4.1_final</version>
+                <version>1.4.4</version>
             </dependency>
 
             <!-- Logging for drools-repository and drools-solver -->
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.4.3</version>
+                <version>1.5.0</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-log4j12</artifactId>
-                <version>1.4.3</version>
+                <version>1.5.0</version>
                 <!--<scope>runtime</scope> TODO default me on runtime-->
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
-                <version>1.2.13</version>
+                <version>1.2.14</version>
                 <!--<scope>runtime</scope> TODO default me on runtime-->
             </dependency>
 




More information about the jboss-svn-commits mailing list