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/10/10 06:06:44 UTC

[camel] branch master updated: Upgrade Tika to version 1.19.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new bd95eaf  Upgrade Tika to version 1.19.1
bd95eaf is described below

commit bd95eaf8b28667c6dd63a24581c1a6af6929e410
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 10 08:06:04 2018 +0200

    Upgrade Tika to version 1.19.1
---
 parent/pom.xml                                               |  2 +-
 .../components-starter/camel-tika-starter/pom.xml            | 12 ------------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5de278b..e0a77c7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -684,7 +684,7 @@
     <testcontainers-version>1.9.1</testcontainers-version>
     <testng-version>6.14.2</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
-    <tika-version>1.19</tika-version>
+    <tika-version>1.19.1</tika-version>
     <twilio-version>7.9.1</twilio-version>
     <twitter4j-bundle-version>4.0.7_1</twitter4j-bundle-version>
     <twitter4j-version>4.0.7</twitter4j-version>
diff --git a/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml b/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml
index 3ce6887..4d2a121 100644
--- a/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-tika</artifactId>
       <version>${project.version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-log4j12</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>