You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/01/22 11:24:05 UTC

svn commit: r614163 - /incubator/sling/trunk/jcr/resource/pom.xml

Author: cziegeler
Date: Tue Jan 22 02:24:04 2008
New Revision: 614163

URL: http://svn.apache.org/viewvc?rev=614163&view=rev
Log:
Use 1.4 jackrabbit classloader

Modified:
    incubator/sling/trunk/jcr/resource/pom.xml

Modified: incubator/sling/trunk/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/pom.xml?rev=614163&r1=614162&r2=614163&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/pom.xml (original)
+++ incubator/sling/trunk/jcr/resource/pom.xml Tue Jan 22 02:24:04 2008
@@ -156,7 +156,6 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-classloader</artifactId>
-            <version>1.3.1</version>
             <scope>compile</scope>
         </dependency>