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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 20 04:46:12 EDT 2009


Author: jervisliu
Date: 2009-07-20 04:46:12 -0400 (Mon, 20 Jul 2009)
New Revision: 28237

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
roll back jackrabbit version to 1.4.5 due to https://issues.apache.org/jira/browse/JCR-1977. We will come back to the latest jackrabbit 1.x version again when the fix for JCR-1977 is available

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2009-07-20 08:45:29 UTC (rev 28236)
+++ labs/jbossrules/trunk/pom.xml	2009-07-20 08:46:12 UTC (rev 28237)
@@ -1206,7 +1206,7 @@
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-core</artifactId>
-                <version>1.5.5</version>
+                <version>1.4.5</version>
                 <!-- and getting rid of some annoying transitive junk not really needed for us -->
                 <exclusions>
                     <exclusion>



More information about the jboss-svn-commits mailing list