This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e168b52c1fe2b7f4c16f9db1a84136c1867616ca Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Wed May 17 12:41:41 2023 +0200 Tika: fixed dependency conflict CQ4907 --- extensions/tika/runtime/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml index c890088e2a..660d061e70 100644 --- a/extensions/tika/runtime/pom.xml +++ b/extensions/tika/runtime/pom.xml @@ -60,6 +60,14 @@ <artifactId>fontbox</artifactId> <groupId>org.apache.pdfbox</groupId> </exclusion> + <exclusion> + <artifactId>tika-parser-text-module</artifactId> + <groupId>org.apache.tika</groupId> + </exclusion> + <exclusion> + <artifactId>tika-core</artifactId> + <groupId>org.apache.tika</groupId> + </exclusion> </exclusions> </dependency> <!-- TODO: Remove this: https://github.com/apache/camel-quarkus/issues/4786 -->