PDavid commented on code in PR #7787:
URL: https://github.com/apache/hbase/pull/7787#discussion_r2845639296
##########
hbase-server/pom.xml:
##########
@@ -1018,6 +1018,64 @@
<artifactId>hadoop-minikdc</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.directory.server</groupId>
Review Comment:
> Just add the apacheds dependencies to hbase-server for running
TestCheckTestClasses. Can be removed when we have done the migration to junit5
since we do not need TestCheckTestClasses at that time.
Just a minor question: Would it maybe make sense to add a TODO here about
this (why these are here and when these can be removed)? 🤔
--
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]