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