b-thiswatch commented on issue #5690: URL: https://github.com/apache/camel-quarkus/issues/5690#issuecomment-1921791220
@jamesnetherton thanks. It doesn't help though and I checked that `mvn dependency:tree` gives me ```shell [INFO] +- org.apache.camel.quarkus:camel-quarkus-minio:jar:3.7.0:compile [INFO] | +- org.apache.camel:camel-minio:jar:4.3.0:compile [INFO] | | +- io.minio:minio:jar:8.2.2:compile [INFO] | | | +- com.carrotsearch.thirdparty:simple-xml-safe:jar:2.7.1:compile [INFO] | | | +- com.google.guava:guava:jar:33.0.0-jre:compile [INFO] | | | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | | | \- com.google.j2objc:j2objc-annotations:jar:2.8:compile [INFO] | | | \- com.squareup.okhttp3:okhttp:jar:4.8.1:compile ``` And with Quarkus `3.6.9` it's ```shell [INFO] +- org.apache.camel.quarkus:camel-quarkus-minio:jar:3.6.0:compile [INFO] | +- org.apache.camel:camel-minio:jar:4.2.0:compile [INFO] | | +- io.minio:minio:jar:8.2.2:compile [INFO] | | | +- com.carrotsearch.thirdparty:simple-xml-safe:jar:2.7.1:compile [INFO] | | | +- com.google.guava:guava:jar:32.1.3-jre:compile [INFO] | | | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | | | \- com.google.j2objc:j2objc-annotations:jar:2.8:compile [INFO] | | | \- com.squareup.okhttp3:okhttp:jar:3.14.9:compile ``` which works... -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org