You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "amanraj2520 (via GitHub)" <gi...@apache.org> on 2023/02/22 08:28:03 UTC

[GitHub] [tez] amanraj2520 commented on a diff in pull request #272: TEZ-4420 : Upgrade Hadoop to 3.3.4

amanraj2520 commented on code in PR #272:
URL: https://github.com/apache/tez/pull/272#discussion_r1113984767


##########
tez-tests/pom.xml:
##########
@@ -124,11 +124,34 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.18.0</version>

Review Comment:
   You are right. I missed this declaration. Will make this change.



-- 
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: issues-unsubscribe@tez.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org