stoty commented on code in PR #7253:
URL: https://github.com/apache/hbase/pull/7253#discussion_r2321717355
##########
pom.xml:
##########
@@ -1664,9 +1666,28 @@
</exclusions>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
+ <groupId>org.junit.jupiter</groupId>
Review Comment:
Actually, the old junit is still pulled by junit-vintage-engine, so looks
like we still need this.
--
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]