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 2020/02/28 22:19:19 UTC

[tika] branch master updated: TIKA-3055 -- add an optional Preflight parser for PDFs -- fix bundle

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 9899241  TIKA-3055 -- add an optional Preflight parser for PDFs -- fix bundle
9899241 is described below

commit 9899241a0010a446bb3aa7d950405111ccb7f668
Author: tallison <ta...@apache.org>
AuthorDate: Fri Feb 28 17:19:02 2020 -0500

    TIKA-3055 -- add an optional Preflight parser for PDFs -- fix bundle
---
 tika-bundle/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 49236b7..9fae42d 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -164,6 +164,7 @@
               pdfbox|
               pdfbox-tools|
               pdfbox-debugger|
+              pdfbox-preflight|
               fontbox|
               jempbox|
               bcmail-jdk15on|
@@ -316,6 +317,7 @@
               org.apache.crimson.jaxp;resolution:=optional,
               org.apache.jcp.xml.dsig.internal.dom;resolution:=optional,
               org.apache.pdfbox.debugger;resolution:=optional,
+              org.apache.pdfbox.preflight.*;resolution:=optional,
               org.apache.sis;resolution:=optional,
               org.apache.sis.coverage;resolution:=optional,
               org.apache.sis.coverage.grid;resolution:=optional,