the-other-tim-brown commented on code in PR #6170:
URL: https://github.com/apache/hudi/pull/6170#discussion_r940863124


##########
hudi-client/hudi-client-common/pom.xml:
##########
@@ -193,6 +193,12 @@
     </dependency>
 
     <!-- Test -->
+    <dependency>
+      <groupId>org.apache.hudi</groupId>
+      <artifactId>hudi-tests-common</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>

Review Comment:
   Do you know why junit-vintage-engine is being used by any chance? Do we 
still need to support running junit4 tests in some modules?
   
   I can add in the junit-jupiter-api, junit-jupiter-engine to the common test 
module



-- 
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]

Reply via email to