This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new db9eb1efc TEZ-4420 : Upgrade Hadoop to 3.3.4 (#272) (Aman Raj reviewed 
by Laszlo Bodor)
db9eb1efc is described below

commit db9eb1efc08046956d2efef2e80e242dcb9a1744
Author: Aman Raj <[email protected]>
AuthorDate: Fri Feb 24 13:08:44 2023 +0530

    TEZ-4420 : Upgrade Hadoop to 3.3.4 (#272) (Aman Raj reviewed by Laszlo 
Bodor)
---
 pom.xml           | 2 +-
 tez-tests/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b7bd4997..5a1aba89a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 
     <clover.license>${user.home}/clover.license</clover.license>
     <guava.version>31.1-jre</guava.version>
-    <hadoop.version>3.3.1</hadoop.version>
+    <hadoop.version>3.3.4</hadoop.version>
     <netty.version>4.1.72.Final</netty.version>
     <pig.version>0.13.0</pig.version>
     <jersey.version>1.19</jersey.version>
diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml
index abf867428..834b071d7 100644
--- a/tez-tests/pom.xml
+++ b/tez-tests/pom.xml
@@ -129,6 +129,11 @@
       <artifactId>bcprov-jdk15on</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to