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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]