gitgabrio commented on code in PR #6744:
URL:
https://github.com/apache/incubator-kie-drools/pull/6744#discussion_r3354288584
##########
kie-parent/pom.xml:
##########
@@ -1102,6 +1096,13 @@
<artifactId>vertx-web-client</artifactId>
<version>${version.io.vertx}</version>
</dependency>
+ <!-- Quarkus 3.27.3 transitively imports
io.opentelemetry:opentelemetry-api:1.44.1 -->
Review Comment:
Sorry @josedee , could you pls move that snippet before
`<groupId>io.opentelemetry.proto</groupId>` ?
@yesamer To simplify management, the pom should be sorted alphabetically,
both in the `properties` and in the `dependencyManagment` sections.
Sorting by a different logic makes it extremely hard to manage in long term.
--
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]