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

lfcnassif 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 2e1a810  TIKA-2338 support for tif in pdfs
2e1a810 is described below

commit 2e1a810b2456fb5aa01ddc528c415ec1736cfaf1
Author: lfcnassif <[email protected]>
AuthorDate: Thu Mar 8 09:11:23 2018 -0300

    TIKA-2338 support for tif in pdfs
---
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 7 +++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 7999cb2..5a97bf6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Release 1.18 - ???
    
+   * Support for TIFF images in PDF files (TIKA-2338)
+   
    * Detection of full encrypted 7z files (TIKA-2568)
 
    * Various new mimes and typo fixes in tika-mimetypes.xml
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 35787cb..053a216 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -690,15 +690,14 @@
       <version>1.6.5</version>
       <scope>test</scope>
     </dependency>
-    <!--   Copied from PDFBox:
-     For legal reasons (incompatible license), jai-imageio-core is to be used
-     only in the tests and may not be distributed. See also LEGAL-195-->
+    <!-- jai-imageio-core is allowed since LEGAL-304 -->
     <dependency>
       <groupId>com.github.jai-imageio</groupId>
       <artifactId>jai-imageio-core</artifactId>
       <version>1.3.1</version>
-      <scope>test</scope>
     </dependency>
+    <!-- For legal reasons (incompatible license), jai-imageio-jpeg2000 is to 
be used
+     only in the tests and may not be distributed. See also LEGAL-195 -->
     <dependency>
       <groupId>com.github.jai-imageio</groupId>
       <artifactId>jai-imageio-jpeg2000</artifactId>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to