pareshddevalia commented on code in PR #425:
URL: https://github.com/apache/atlas/pull/425#discussion_r2287791952
##########
addons/hive-bridge/pom.xml:
##########
@@ -229,6 +229,14 @@
<artifactId>jetty-server</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>4.11.0</version>
Review Comment:
This version (4.11.0) should be kept in the main pom.xml to ensure
compatibility across all test modules
--
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]