This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new eb35173  TIKA-2338 -- fix imageio version conflict in tika-dl
eb35173 is described below

commit eb3517373fd5ed35baf34cae57ad44eb715af8ab
Author: tballison <[email protected]>
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 a7b40c7..5638cf8 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
[email protected].

Reply via email to