[jbosscache-commits] JBoss Cache SVN: r8439 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jun 1 10:49:10 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-06-01 10:49:09 -0400 (Tue, 01 Jun 2010)
New Revision: 8439

Modified:
   core/trunk/pom.xml
Log:
[JBCACHE-1583] (Update beanshell and sleepycat dependencies) Fixed.

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-05-30 10:36:11 UTC (rev 8438)
+++ core/trunk/pom.xml	2010-06-01 14:49:09 UTC (rev 8439)
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>com.sleepycat</groupId>
             <artifactId>je</artifactId>
-            <version>3.3.75</version>
+            <version>4.0.92</version>
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -118,7 +118,7 @@
           <scope>test</scope>
        </dependency>       
         <dependency>
-            <groupId>beanshell</groupId>
+            <groupId>org.beanshell</groupId>
             <artifactId>bsh</artifactId>
             <version>2.0b4</version>
             <scope>test</scope>



More information about the jbosscache-commits mailing list