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 2018/08/07 16:59:26 UTC

[tika] branch master updated: TIKA-2672 -- need more exclusions to avoid conflicts

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 5482dd4  TIKA-2672 -- need more exclusions to avoid conflicts
5482dd4 is described below

commit 5482dd4595ea663c9d32a74d2f1a71885938adf9
Author: TALLISON <ta...@apache.org>
AuthorDate: Tue Aug 7 12:59:16 2018 -0400

    TIKA-2672 -- need more exclusions to avoid conflicts
---
 tika-dl/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index ee27bd5..fba8110 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -146,6 +146,10 @@
           <artifactId>commons-codec</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-math3</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>com.google.guava</groupId>
           <artifactId>guava</artifactId>
         </exclusion>
@@ -200,6 +204,10 @@
           <artifactId>commons-compress</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>commons-codec</groupId>
           <artifactId>commons-codec</artifactId>
         </exclusion>
@@ -215,6 +223,10 @@
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-lang</groupId>
+          <artifactId>commons-lang</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -226,6 +238,10 @@
           <groupId>com.google.guava</groupId>
           <artifactId>guava</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-math3</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>