ppalaga commented on code in PR #4432: URL: https://github.com/apache/camel-quarkus/pull/4432#discussion_r1084590414
########## pom.xml: ########## @@ -699,6 +699,7 @@ <exclude>ch.qos.logback:logback-access</exclude><!-- dismiss; the functionality is provided by JBoss Log Manager provided via quarkus-core --> <exclude>ch.qos.logback:logback</exclude><!-- dismiss; the functionality is provided by JBoss Log Manager provided via quarkus-core --> <exclude>com.github.fge:*</exclude><!-- Use com.github.java-json-tools:* instead --> + <exclude>com.github.stephenc.jcip:jcip-annotations</exclude> Review Comment: ```suggestion <exclude>com.github.stephenc.jcip:jcip-annotations</exclude><!-- Should be needed for neither compilation nor at runtime --> ``` -- 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