Browse Source

mvn update
updated jackrabbit to 2.7.2
removed dependency to httpcommon, jackrabbit include implicit dependency

Luke Owncloud 11 years ago
parent
commit
b2aa65812e
1 changed files with 1 additions and 7 deletions
  1. 1 7
      oc_framework/pom.xml

+ 1 - 7
oc_framework/pom.xml

@@ -29,16 +29,10 @@
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-          <groupId>commons-httpclient</groupId>
-          <artifactId>commons-httpclient</artifactId>
-          <version>3.1</version>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-webdav</artifactId>
-            <version>2.5.2</version>
+            <version>2.7.2</version>
         </dependency>
 
     </dependencies>