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/03/08 18:57:46 UTC

[tika] branch master updated: TIKA-2338 -- fix imageio version conflict in tika-dl

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 6dedecd  TIKA-2338 -- fix imageio version conflict in tika-dl
6dedecd is described below

commit 6dedecdeacaa9a37f3587198f92cbc08f1cf73bc
Author: tballison <ta...@mitre.org>
AuthorDate: Thu Mar 8 13:57:37 2018 -0500

    TIKA-2338 -- fix imageio version conflict in tika-dl
---
 tika-dl/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index d90000b..46d9a70 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -137,6 +137,10 @@
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.github.jai-imageio</groupId>
+          <artifactId>jai-imageio-core</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.