rg9975 commented on code in PR #11071:
URL: https://github.com/apache/cloudstack/pull/11071#discussion_r2527567489
##########
plugins/user-authenticators/ldap/pom.xml:
##########
@@ -114,11 +115,10 @@
<version>${groovy.version}</version>
<scope>test</scope>
</dependency>
- <!-- Optional dependencies for using Spock -->
- <dependency> <!-- enables mocking of classes (in addition to
interfaces) -->
+ <dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
- <scope>test</scope>
+ <version>${cs.cglib.version}</version>
Review Comment:
This was intentional to resolve artifact resolution errors when code is
loaded in Visual Code.
--
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]