athirakm94 commented on code in PR #6873:
URL: https://github.com/apache/incubator-kie/pull/6873#discussion_r3750807823
##########
drools-reliability/drools-reliability-tests/pom.xml:
##########
@@ -129,8 +129,18 @@
<groupId>org.testcontainers</groupId>
<artifactId>jdbc</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-common</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-common</artifactId>
+ <version>2.19.0</version>
Review Comment:
Thanks @gitgabrio . I’ll align this with the repo rules: no standalone
version declaration in drools-reliability/drools-reliability-tests/pom.xml, and
centralize the version in kie-parent/pom.xml <dependencyManagement>.
--
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]