ppalaga commented on code in PR #4808: URL: https://github.com/apache/camel-quarkus/pull/4808#discussion_r1172482087
########## poms/bom/pom.xml: ########## @@ -7249,10 +7249,6 @@ <gavPattern>org.apache.kafka:connect-api</gavPattern> <addExclusions>javax.ws.rs:javax.ws.rs-api</addExclusions> </autogeneratedBomEntryTransformation> - <autogeneratedBomEntryTransformation> - <gavPattern>org.eclipse.jetty:jetty-server</gavPattern> - <addExclusions>javax.servlet:javax.servlet-api</addExclusions> - </autogeneratedBomEntryTransformation> Review Comment: > Is it banned at all in 2.13 Yes, it is, by Quarkus. It would normally have to be replaced with jakarta servlet API. But we cannot expect end users (and Kogito team) to do that whenever they use WireMock. Can't we stop managing jetty-server in camel-quarkus-bom? It could work. Upgrading to wiremock 3.x would be only for main. -- 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