You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/11/30 10:09:28 UTC

[camel] 07/16: Parent POM: Remove pdfbox18-version property and dependency management of jempbox, because jempbox is not used by pdfbox 2

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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2ef9cbd960c0211f52c9db6324d73e7cbcc42ccd
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Nov 12 22:13:06 2018 +0100

    Parent POM: Remove pdfbox18-version property and dependency management of jempbox, because jempbox is not used by pdfbox 2
---
 parent/pom.xml                                                      | 6 ------
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml           | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4e1ef77..33c7461 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -560,7 +560,6 @@
     <pax-exam-version>4.12.0</pax-exam-version>
     <pax-tiny-bundle-version>1.3.2</pax-tiny-bundle-version>
     <pax-logging-version>1.8.6</pax-logging-version>
-    <pdfbox18-version>1.8.16</pdfbox18-version>
     <pdfbox-version>2.0.12</pdfbox-version>
     <pgjdbc-ng-driver-version>0.7.1</pgjdbc-ng-driver-version>
     <protobuf-version>3.5.1</protobuf-version>
@@ -4868,11 +4867,6 @@
       <!-- pdfbox -->
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
-        <artifactId>jempbox</artifactId>
-        <version>${pdfbox18-version}</version><!-- because of Tika -->
-      </dependency>
-      <dependency>
-        <groupId>org.apache.pdfbox</groupId>
         <artifactId>fontbox</artifactId>
         <version>${pdfbox-version}</version>
       </dependency>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 09fde21..27f68d2 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3307,11 +3307,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
-        <artifactId>jempbox</artifactId>
-        <version>1.8.16</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
         <version>2.0.12</version>
       </dependency>