ChinchuAjith commented on code in PR #6748:
URL:
https://github.com/apache/incubator-kie-drools/pull/6748#discussion_r3372714189
##########
kie-parent/pom.xml:
##########
@@ -1596,6 +1604,77 @@
<artifactId>jetty-jakarta-servlet-api</artifactId>
<version>${version.org.eclipse.jetty.jakarta.servlet.api}</version>
</dependency>
+ <!-- Explicit Jetty 12.0.33 dependency management to prevent version
conflicts -->
Review Comment:
WireMock 3.13.2 ships with Jetty 12.0.30, but transitive dependencies were
pulling in incompatible 12.1.8 versions. The explicit entries override
WireMock's transitive dependencies to ensure consistent 12.0.33 across all
Jetty modules (core, HTTP/2, EE10), maintaining API compatibility while getting
latest 12.0.x patches. So these 8 dependencies need to define explicitely.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]