You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/05/26 14:45:50 UTC

[tika] branch main updated: TIKA-3751: update hadoop to the last 2.* version

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 68a2c6b0e TIKA-3751: update hadoop to the last 2.* version
68a2c6b0e is described below

commit 68a2c6b0e4aeb925397610c321774e1f02eedc09
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu May 26 16:45:30 2022 +0200

    TIKA-3751: update hadoop to the last 2.* version
---
 .../tika-parsers-ml/tika-age-recogniser/pom.xml    | 30 +++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index c31c5f39c..b314ece9e 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -73,7 +73,7 @@
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-client</artifactId>
-        <version>2.2.0</version>
+        <version>2.10.1</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
@@ -125,6 +125,34 @@
         <artifactId>xml-apis</artifactId>
         <version>1.4.01</version>
       </dependency>
+
+      <!-- avoid conflicts because of age-predictor-api -->
+      <dependency>
+          <groupId>org.apache.zookeeper</groupId>
+          <artifactId>zookeeper</artifactId>
+          <version>3.4.6</version>
+      </dependency>
+      <dependency>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+          <version>3.8.0.Final</version>
+      </dependency>
+      <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-math3</artifactId>
+          <version>3.6.1</version>
+      </dependency>
+      <dependency>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+          <version>3.2.2</version>
+      </dependency>
+      <dependency>
+          <groupId>org.apache.curator</groupId>
+          <artifactId>curator-recipes</artifactId>
+          <version>2.13.0</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
   <dependencies>