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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new d7a5c20  TIKA-2819 -- remove activation-api from dependencies
d7a5c20 is described below

commit d7a5c2065bcda6a6c76eb2d10fd899c4c30a900d
Author: TALLISON <talli...@apache.org>
AuthorDate: Mon Feb 4 11:17:04 2019 -0500

    TIKA-2819 -- remove activation-api from dependencies
---
 tika-langdetect/pom.xml | 6 ------
 tika-parsers/pom.xml    | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/tika-langdetect/pom.xml b/tika-langdetect/pom.xml
index d4753f5..72d78c4 100644
--- a/tika-langdetect/pom.xml
+++ b/tika-langdetect/pom.xml
@@ -62,12 +62,6 @@
       <version>1.2.1</version>
     </dependency>
     <dependency>
-      <groupId>jakarta.activation</groupId>
-      <artifactId>jakarta.activation-api</artifactId>
-      <version>1.2.1</version>
-    </dependency>
-
-    <dependency>
       <groupId>com.optimaize.languagedetector</groupId>
       <artifactId>language-detector</artifactId>
       <version>0.6</version>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 7bcaf28..36f2cac 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -99,11 +99,6 @@
       <version>1.2.1</version>
     </dependency>
     <dependency>
-      <groupId>jakarta.activation</groupId>
-      <artifactId>jakarta.activation-api</artifactId>
-      <version>1.2.1</version>
-    </dependency>
-    <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>2.12.0</version>

Reply via email to