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 2017/06/16 16:48:31 UTC

[tika] branch master updated: TIKA-2397 -- remove circular dependencies with conflicting versions brought in my the SentimentParser.

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 ed2ceeb  TIKA-2397 -- remove circular dependencies with conflicting versions brought in my the SentimentParser.
ed2ceeb is described below

commit ed2ceeb7d85391bb6ba748d32c0f6fea71adcb66
Author: tballison <ta...@mitre.org>
AuthorDate: Fri Jun 16 12:48:18 2017 -0400

    TIKA-2397 -- remove circular dependencies with conflicting versions
    brought in my the SentimentParser.
---
 tika-parsers/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index eb06b33..d61b0e8 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -472,6 +472,14 @@
           <artifactId>tika-translate</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.apache.tika</groupId>
+          <artifactId>tika-langdetect</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.tika</groupId>
+          <artifactId>tika-core</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.opennlp</groupId>
           <artifactId>opennlp-tools</artifactId>
           <!--  because it is already added above -->

-- 
To stop receiving notification emails like this one, please contact
['"commits@tika.apache.org" <co...@tika.apache.org>'].