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 2022/11/09 13:15:41 UTC

svn commit: r1905198 - in /jackrabbit/branches/2.16: ./ jackrabbit-vfs-ext/pom.xml

Author: reschke
Date: Wed Nov  9 13:15:41 2022
New Revision: 1905198

URL: http://svn.apache.org/viewvc?rev=1905198&view=rev
Log:
JCR-4839: Update problematic transitive dependencies in jackrabbit-vfs-ext (merged r1904134 into 2.16)

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

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1904134

Modified: jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml?rev=1905198&r1=1905197&r2=1905198&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-vfs-ext/pom.xml Wed Nov  9 13:15:41 2022
@@ -50,8 +50,31 @@
               <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
             </exclusion>
+            <exclusion>
+              <!-- see JCR-4839 -->
+              <groupId>org.apache.hadoop</groupId>
+              <artifactId>hadoop-hdfs-client</artifactId>
+            </exclusion>
           </exclusions>
         </dependency>
+        <!-- see JCR-4839 -->
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs-client</artifactId>
+          <version>3.3.4</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jetbrains.kotlin</groupId>
+              <artifactId>kotlin-stdlib-common</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+        <!-- see JCR-4839 -->
+        <dependency>
+          <groupId>org.jetbrains.kotlin</groupId>
+          <artifactId>kotlin-stdlib</artifactId>
+          <version>1.7.10</version>
+        </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-vfs2-jackrabbit2</artifactId>