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/05/18 10:38:34 UTC

[tika] branch master updated: TIKA-2368: Clean up dependencies of SentimentParser. At a bare minimum for the release of 1.15, add tika-translate to the exclusion list.

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  993382c   TIKA-2368: Clean up dependencies of SentimentParser.  At a bare minimum for the release of 1.15, add tika-translate to the exclusion list.
993382c is described below

commit 993382c1ea91ceb00bb4d6f817e03d2c7d5253a4
Author: tballison <ta...@mitre.org>
AuthorDate: Thu May 18 06:38:20 2017 -0400

    TIKA-2368: Clean up dependencies of SentimentParser.  At a bare minimum for the release of 1.15, add tika-translate to the exclusion list.
---
 tika-parsers/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index ff00e3b..451e863 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -468,6 +468,10 @@
           <artifactId>tika-batch</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.apache.tika</groupId>
+          <artifactId>tika-translate</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>'].