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:48:24 UTC

[tika] branch branch_1x 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 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 11d99c3  TIKA-3055 -- add an optional Preflight parser for PDFs -- fix bundle
11d99c3 is described below

commit 11d99c38abc6a69063df91f0d07d8133ea868e36
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 ef55b0c..93dc181 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,