You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/09/17 22:10:55 UTC

svn commit: r998299 - /jackrabbit/branches/1.6/jackrabbit-core/pom.xml

Author: jukka
Date: Fri Sep 17 20:10:54 2010
New Revision: 998299

URL: http://svn.apache.org/viewvc?rev=998299&view=rev
Log:
JCR-2656: Embedded Derby fails under JBoss because of JMX-related conflicts

Upgrade the Derby dependency to the 10.5.3.0_1 version used in Jackrabbit 2.x

Modified:
    jackrabbit/branches/1.6/jackrabbit-core/pom.xml

Modified: jackrabbit/branches/1.6/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-core/pom.xml?rev=998299&r1=998298&r2=998299&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-core/pom.xml Fri Sep 17 20:10:54 2010
@@ -189,7 +189,7 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.4.2.0</version>
+      <version>10.5.3.0_1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>