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 83a6f81c3 TIKA-3795: remove dependencyManagement because the conflicts 
no longer happen
     new fcaa9c515 Merge origin/main into main
83a6f81c3 is described below

commit 83a6f81c332c3733457f2ed09be8c0724f0e72b9
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jul 16 06:39:48 2022 +0200

    TIKA-3795: remove dependencyManagement because the conflicts no longer 
happen
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

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 dc2645819..412cd8ca3 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -70,26 +70,11 @@
         <artifactId>avro</artifactId>
         <version>1.11.0</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-client</artifactId>
-        <version>2.10.1</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-httpclient</groupId>
-        <artifactId>commons-httpclient</artifactId>
-        <version>3.1</version>
-      </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>2.6</version>
       </dependency>
-      <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>javax.servlet-api</artifactId>
-        <version>3.1.0</version>
-      </dependency>
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>

Reply via email to