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

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


The following commit(s) were added to refs/heads/master by this push:
     new a905b4bbb6 HDDS-6946. Bump Hadoop to 3.3.4 (#3557)
a905b4bbb6 is described below

commit a905b4bbb629071d324ae0a92cf9c73e783f2736
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Oct 12 22:30:55 2022 +0200

    HDDS-6946. Bump Hadoop to 3.3.4 (#3557)
---
 hadoop-hdds/hadoop-dependency-client/pom.xml      | 4 ++++
 hadoop-ozone/dist/src/main/license/jar-report.txt | 1 -
 pom.xml                                           | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/hadoop-hdds/hadoop-dependency-client/pom.xml 
b/hadoop-hdds/hadoop-dependency-client/pom.xml
index bc1122ab46..5b7776b7ff 100644
--- a/hadoop-hdds/hadoop-dependency-client/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-client/pom.xml
@@ -248,6 +248,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
           <groupId>ch.qos.reload4j</groupId>
           <artifactId>reload4j</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-reload4j</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>com.google.protobuf</groupId>
           <artifactId>protobuf-java</artifactId>
diff --git a/hadoop-ozone/dist/src/main/license/jar-report.txt 
b/hadoop-ozone/dist/src/main/license/jar-report.txt
index ac5a3ab9a1..664d4bf39f 100644
--- a/hadoop-ozone/dist/src/main/license/jar-report.txt
+++ b/hadoop-ozone/dist/src/main/license/jar-report.txt
@@ -80,7 +80,6 @@ share/ozone/lib/hk2-api.jar
 share/ozone/lib/hk2-locator.jar
 share/ozone/lib/hk2-utils.jar
 share/ozone/lib/hppc.jar
-share/ozone/lib/htrace-core4-incubating.jar
 share/ozone/lib/httpasyncclient.jar
 share/ozone/lib/httpclient.jar
 share/ozone/lib/httpcore.jar
diff --git a/pom.xml b/pom.xml
index da9a4ff7dd..e4d697af7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
   </organization>
 
   <properties>
-    <hadoop.version>3.3.1</hadoop.version>
+    <hadoop.version>3.3.4</hadoop.version>
 
     <!-- version for hdds/ozone components -->
     <hdds.version>${ozone.version}</hdds.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to