You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2023/06/27 09:04:19 UTC

[camel-quarkus] 06/23: Fixed tika excludes + regen poms

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 04e087e3309cbcff7be6b33ae54672654667880f
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Thu May 18 09:21:05 2023 +0200

    Fixed tika excludes + regen poms
---
 extensions/tika/runtime/pom.xml | 8 --------
 poms/bom/pom.xml                | 6 ++++++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml
index 660d061e70..c890088e2a 100644
--- a/extensions/tika/runtime/pom.xml
+++ b/extensions/tika/runtime/pom.xml
@@ -60,14 +60,6 @@
                     <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 -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index de4377a88f..d369a70439 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2409,6 +2409,12 @@
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-tika</artifactId>
                 <version>${camel.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.tika</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>