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 2020/12/11 05:10:42 UTC

[tika] 02/02: TIKA-3244: xmpbox.version not needed

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

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

commit c15a4f44591327852c503af5b4d2c9ae33562f53
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri Dec 11 06:10:17 2020 +0100

    TIKA-3244: xmpbox.version not needed
---
 tika-parsers/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 37ed1f7..398f324 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -49,7 +49,6 @@
     <vorbis.version>0.8</vorbis.version>
     <pdfbox.version>2.0.21</pdfbox.version>
     <jempbox.version>1.8.16</jempbox.version>
-    <xmpbox.version>2.0.21</xmpbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <sis.version>1.0</sis.version>
     <parso.version>2.0.12</parso.version>
@@ -217,7 +216,7 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>xmpbox</artifactId>
-      <version>${xmpbox.version}</version>
+      <version>${pdfbox.version}</version>
     </dependency>
     <!-- TIKA-370: PDFBox declares the Bouncy Castle dependencies
          as optional, but we prefer to have them always to avoid