Repository: camel Updated Branches: refs/heads/master 8f3d9ea4d -> 6c1c81609
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6c1c8160 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6c1c8160 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6c1c8160 Branch: refs/heads/master Commit: 6c1c81609da56e4c97e596db26a833bcf01b4a2a Parents: 8f3d9ea Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jun 1 08:57:27 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jun 1 08:57:27 2017 +0200 ---------------------------------------------------------------------- .../components-starter/camel-tika-starter/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6c1c8160/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 20d7e71..edf84df 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,14 @@ <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>