You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/02/04 16:17:37 UTC

[tika] branch master updated: TIKA-2819 -- remove activation-api from dependencies

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

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


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

commit 71fdc4b53b37dd3976f5f66ae6e4f2fa3844ca57
Author: TALLISON <ta...@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 d4b8f00..3946ff9 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 8dc8816..d4823dc 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>