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 2009/04/24 12:21:30 UTC

svn commit: r768250 - /jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml

Author: jukka
Date: Fri Apr 24 10:21:30 2009
New Revision: 768250

URL: http://svn.apache.org/viewvc?rev=768250&view=rev
Log:
1.5: Need to exclude the commons-logging dependency from the correct place (JCR-683)

Modified:
    jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml

Modified: jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml?rev=768250&r1=768249&r2=768250&view=diff
==============================================================================
--- jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml Fri Apr 24 10:21:30 2009
@@ -68,6 +68,11 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
       <version>1.5.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-webdav</artifactId>
+      <version>1.5.5</version>
       <exclusions>
         <!-- JCR-683: The commons-httpclient dependency from            -->
         <!-- jackrabbit-webapp depends on commons-logging. Since this   -->
@@ -82,11 +87,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-webdav</artifactId>
-      <version>1.5.5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-servlet</artifactId>
       <version>1.5.2</version>
     </dependency>