فهرست منبع

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

Luke Owncloud 11 سال پیش
والد
کامیت
b2aa65812e
1فایلهای تغییر یافته به همراه1 افزوده شده و 7 حذف شده
  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>