You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/13 08:14:44 UTC

[2/2] camel git commit: Upgrade Tika

Upgrade Tika


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab838185
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab838185
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ab838185

Branch: refs/heads/camel-2.19.x
Commit: ab8381859411ded7e7a7529a368cf7ebd347e5b9
Parents: 81ddec9
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jul 13 10:12:49 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jul 13 10:14:10 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml                                               | 2 +-
 .../components-starter/camel-tika-starter/pom.xml            | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ab838185/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4b7a0d4..4dcf594 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -644,7 +644,7 @@
     <tagsoup-version>1.2.1</tagsoup-version>
     <testng-version>6.8.21</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
-    <tika-version>1.14</tika-version>
+    <tika-version>1.16</tika-version>
     <twitter4j-bundle-version>4.0.6_1</twitter4j-bundle-version>
     <twitter4j-version>4.0.6</twitter4j-version>
     <undertow-version>1.4.13.Final</undertow-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/ab838185/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml
----------------------------------------------------------------------
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 f334ecb..95fdf7a 100644
--- a/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml
@@ -36,14 +36,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-tika</artifactId>
       <version>${project.version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>