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 <[email protected]>
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
['"[email protected]" <[email protected]>'].