You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2021/08/16 08:59:47 UTC

svn commit: r1892361 - in /jackrabbit/branches/2.14: ./ jackrabbit-vfs-ext/pom.xml

Author: reschke
Date: Mon Aug 16 08:59:47 2021
New Revision: 1892361

URL: http://svn.apache.org/viewvc?rev=1892361&view=rev
Log:
JCR-4491: upgrading commons-vfs to 2.6.0 (merged r1873840 into 2.14)

Modified:
    jackrabbit/branches/2.14/   (props changed)
    jackrabbit/branches/2.14/jackrabbit-vfs-ext/pom.xml

Propchange: jackrabbit/branches/2.14/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1873840

Modified: jackrabbit/branches/2.14/jackrabbit-vfs-ext/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/jackrabbit-vfs-ext/pom.xml?rev=1892361&r1=1892360&r2=1892361&view=diff
==============================================================================
--- jackrabbit/branches/2.14/jackrabbit-vfs-ext/pom.xml (original)
+++ jackrabbit/branches/2.14/jackrabbit-vfs-ext/pom.xml Mon Aug 16 08:59:47 2021
@@ -44,7 +44,7 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-vfs2</artifactId>
-          <version>2.2</version>
+          <version>2.6.0</version>
           <exclusions>
             <exclusion>
               <groupId>commons-logging</groupId>
@@ -53,6 +53,29 @@
           </exclusions>
         </dependency>
         <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-vfs2-jackrabbit2</artifactId>
+          <version>2.6.0</version>
+          <exclusions>
+            <exclusion>
+              <groupId>commons-logging</groupId>
+              <artifactId>commons-logging</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.apache.httpcomponents</groupId>
+              <artifactId>httpclient</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.apache.jackrabbit</groupId>
+              <artifactId>jackrabbit-webdav</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.apache.jackrabbit</groupId>
+              <artifactId>jackrabbit-standalone-components</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+        <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-commons</artifactId>
             <version>${project.version}</version>
@@ -78,7 +101,7 @@
         <dependency>
             <groupId>com.jcraft</groupId>
             <artifactId>jsch</artifactId>
-            <version>0.1.54</version>
+            <version>0.1.55</version>
             <scope>test</scope>
         </dependency>
         <dependency>