You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/04 13:16:57 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #4739: Add back Tika component

jamesnetherton commented on code in PR #4739:
URL: https://github.com/apache/camel-quarkus/pull/4739#discussion_r1157232377


##########
poms/bom/pom.xml:
##########
@@ -6266,6 +6266,17 @@
                 <groupId>io.quarkiverse.tika</groupId>
                 <artifactId>quarkus-tika</artifactId>
                 <version>${quarkiverse-tika.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                    <!-- It could be removed when https://github.com/quarkiverse/quarkus-tika/issues/109 gets resolved -->

Review Comment:
   Unless we can get a quick release of `quarkus-tika` containing the fix for this, we should probably open a follow-up issue here as a reminder to remove this exclusion.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org