This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 73212909038cddc2b40859d9c6d439ef0e14319d 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 -->