weizhouapache commented on code in PR #6858:
URL: https://github.com/apache/cloudstack/pull/6858#discussion_r1046392434
##########
engine/schema/pom.xml:
##########
@@ -57,6 +57,12 @@
<artifactId>ini4j</artifactId>
<version>${cs.ini.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <version>5.9.1</version>
Review Comment:
@DaanHoogland
Can you move the version to pom.xml ?
Others looks good to me
--
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]