ChinchuAjith commented on code in PR #6748:
URL:
https://github.com/apache/incubator-kie-drools/pull/6748#discussion_r3373926038
##########
kie-parent/pom.xml:
##########
@@ -329,6 +329,14 @@
</properties>
<dependencyManagement>
<dependencies>
+ <!-- Import Jetty BOM to ensure consistent Jetty 12.0.33 versions -->
Review Comment:
The Jetty version property declaration and its related dependencies have
been relocated to the correct section, following alphabetical order. The Jetty
BOM import remains the first entry in dependency management, since no other
imports are present.
##########
kie-parent/pom.xml:
##########
@@ -1596,6 +1604,47 @@
<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:
same as above
--
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]