gitgabrio commented on code in PR #6873:
URL: https://github.com/apache/incubator-kie/pull/6873#discussion_r3750673747
##########
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:
HI @athirakm94
There is an enforcer to avoid version declaration outside the
`dependencyManagement` tag.
Moreover, there is another one to limit the creation of
`dependencyManagment` tags in general.
The reason for the above is to avoid the uncontrolled multiplication of
version declarations, an incredible confusion for which we wasted a lot of time
over the years and we invested lot of effort to fix.
So, please, declare this in the _**kie-parent**_ `dependencyManagement` tag.
If an override is required, then simply use the property-change approach.
Thanks!
--
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]