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 fc9bbd4 Upgrade Tika to version 1.19 fc9bbd4 is described below commit fc9bbd4da331bd8de35a76603f184b2f2b70a324 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Sep 21 13:00:17 2018 +0200 Upgrade Tika to version 1.19 --- parent/pom.xml | 2 +- .../components-starter/camel-tika-starter/pom.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5656081..f760ebc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -683,7 +683,7 @@ <testcontainers-version>1.8.3</testcontainers-version> <testng-version>6.14.2</testng-version> <tinybundles-version>2.1.1</tinybundles-version> - <tika-version>1.18</tika-version> + <tika-version>1.19</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 4d2a121..3ce6887 100644 --- a/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-tika-starter/pom.xml @@ -38,6 +38,18 @@ <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>