javaduke commented on issue #1846: URL: https://github.com/apache/camel-quarkus/issues/1846#issuecomment-1245659381
Hmm, I tried caffeine version sync and got an error `Execution default-cli of goal org.l2x6.cq:cq-maven-plugin:3.1.0:sync-versions failed: java.lang.IllegalStateException: No such dependency com.github.ben-manes.caffeine:jcache in io.quarkus:quarkus-bom:2.12.0.Final:pom` - which makes sense, because it is not there :) But `caffeine-version` property is inherited from camel. So in my `camel-quarkus-bom` I have: ``` <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>jcache</artifactId> <version>${caffeine-version}</version> <exclusions> <exclusion> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </exclusion> </exclusions> </dependency> ``` -- 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