You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/15 03:11:09 UTC

[tika] branch main updated: TIKA-3818: remove pdfbox-debugger

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0bc3e18ab TIKA-3818: remove pdfbox-debugger
0bc3e18ab is described below

commit 0bc3e18ab3c4849fdb31dd05aa0c494c31d17d7b
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Jul 15 05:10:32 2022 +0200

    TIKA-3818: remove pdfbox-debugger
---
 tika-bundles/tika-bundle-standard/pom.xml                           | 1 -
 .../tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml    | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/tika-bundles/tika-bundle-standard/pom.xml b/tika-bundles/tika-bundle-standard/pom.xml
index 3b74fd142..ca3bee097 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -158,7 +158,6 @@
               junrar|
               pdfbox|
               pdfbox-tools|
-              pdfbox-debugger|
               fontbox|
               jempbox|
               xmpbox|
diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
index 3abbdfd38..fc655e0b9 100644
--- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
+++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
@@ -45,6 +45,12 @@
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>pdfbox-tools</artifactId>
       <version>${pdfbox.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.pdfbox</groupId>
+          <artifactId>pdfbox-debugger</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.pdfbox</groupId>