stoty commented on code in PR #7253:
URL: https://github.com/apache/hbase/pull/7253#discussion_r2321797187
##########
pom.xml:
##########
@@ -1664,9 +1666,28 @@
</exclusions>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>${junit.jupiter.version}</version>
+ <scope>test</scope>
Review Comment:
Actually, that one is about writing external tests, so the Junit used by
HBase is not relevant there.
Looking at that example, it seems pretty useless to me TBH.
There is nothing Hbase specific in there.
--
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]