[jboss-svn-commits] JBL Code SVN: r19056 - in labs/jbossrules/branches/4.0.x: drools-core and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 18 13:48:14 EDT 2008


Author: tirelli
Date: 2008-03-18 13:48:14 -0400 (Tue, 18 Mar 2008)
New Revision: 19056

Modified:
   labs/jbossrules/branches/4.0.x/drools-core/pom.xml
   labs/jbossrules/branches/4.0.x/pom.xml
Log:
Updating to mvel 1.2.24

Modified: labs/jbossrules/branches/4.0.x/drools-core/pom.xml
===================================================================
--- labs/jbossrules/branches/4.0.x/drools-core/pom.xml	2008-03-18 17:38:40 UTC (rev 19055)
+++ labs/jbossrules/branches/4.0.x/drools-core/pom.xml	2008-03-18 17:48:14 UTC (rev 19056)
@@ -29,7 +29,7 @@
 
     <dependency>
       <groupId>org.mvel</groupId>
-      <artifactId>mvel14</artifactId>
+      <artifactId>mvel</artifactId>
     </dependency>     
     
   </dependencies>

Modified: labs/jbossrules/branches/4.0.x/pom.xml
===================================================================
--- labs/jbossrules/branches/4.0.x/pom.xml	2008-03-18 17:38:40 UTC (rev 19055)
+++ labs/jbossrules/branches/4.0.x/pom.xml	2008-03-18 17:48:14 UTC (rev 19056)
@@ -172,6 +172,10 @@
         <url>http://snapshots.jboss.org/maven2</url>
     </repository>
 
+    <repository>
+        <id>codehaus</id>
+        <url>http://repository.codehaus.org/</url>
+    </repository>
 
 
     <!-- this is needed for Seam which is not in the jboss repo or the maven one in a useful form -->
@@ -733,8 +737,8 @@
       </dependency>
 	    <dependency>
         <groupId>org.mvel</groupId>
-        <artifactId>mvel14</artifactId>
-        <version>1.2.21</version>
+        <artifactId>mvel</artifactId>
+        <version>1.2.24-java1.4</version>
       </dependency>
 
       <!-- drools-compiler -->




More information about the jboss-svn-commits mailing list