You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/20 10:18:27 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #4808: [2.13.x] Remove javax.servlet-api exclusion from jetty-server

jamesnetherton commented on code in PR #4808:
URL: https://github.com/apache/camel-quarkus/pull/4808#discussion_r1172385348


##########
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:
   > Unfortunately, this will come back with the next mvn process-resources -Dcq.flatten-bom.format
   
   That's what I assumed, but it does not seem to be the case when I run that command.
   
   > upgrade to WireMock 3.x
   
   I can try that. Alternatively, we could perhaps leave things as-is for 2.13.x, given we have a workaround for the platform side.



-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org