[
https://issues.apache.org/jira/browse/TIKA-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15206865#comment-15206865
]
Tim Allison commented on TIKA-1285:
-----------------------------------
Finally, tika-devs, for the sake of tests, I followed PDFBox's test-scope
inclusion of imageio:
{code}
<!-- 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 -->
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.3.1</version>
<scope>test</scope>
</dependency>
{code}
If we don't want to include this even in the test scope, I'm happy taking it
out. We'll have to modify a unit test or two, but it will be trivial.
> Upgrade to PDFBox 2.0.0 when available
> --------------------------------------
>
> Key: TIKA-1285
> URL: https://issues.apache.org/jira/browse/TIKA-1285
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 1.6
> Reporter: Jeremy Anderson
> Priority: Minor
> Attachments: TIKA-1285.patch, TIKA-1285_rev1641423.patch,
> TIKA-1285v3.patch, pdfbox_reports_2_0_0_20150709.zip,
> testPDF_childAttachments.pdf
>
>
> This issue is to track fixes required when upgrading the PDFbox dependency to
> 2.0.0 Final once it's available, and using PDFBox's daily build before then.
> See TIKA-1268 comment.
> Relates to PDFBOX-1893
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)