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 0c84ff1cdb HDDS-8291. Upgrade to Hadoop 3.3.5 (#4484)
0c84ff1cdb is described below
commit 0c84ff1cdb5208e4932bcc6195b26fcaaeece22b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Apr 2 15:23:43 2023 +0200
HDDS-8291. Upgrade to Hadoop 3.3.5 (#4484)
---
hadoop-hdds/hadoop-dependency-client/pom.xml | 4 ++++
hadoop-hdds/hadoop-dependency-server/pom.xml | 4 ++++
pom.xml | 2 +-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/hadoop-hdds/hadoop-dependency-client/pom.xml
b/hadoop-hdds/hadoop-dependency-client/pom.xml
index bf24441ca3..a19786592f 100644
--- a/hadoop-hdds/hadoop-dependency-client/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-client/pom.xml
@@ -91,6 +91,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.pjfanning</groupId>
+ <artifactId>jersey-json</artifactId>
+ </exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
diff --git a/hadoop-hdds/hadoop-dependency-server/pom.xml
b/hadoop-hdds/hadoop-dependency-server/pom.xml
index dab371a51a..551dd55a81 100644
--- a/hadoop-hdds/hadoop-dependency-server/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-server/pom.xml
@@ -71,6 +71,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.pjfanning</groupId>
+ <artifactId>jersey-json</artifactId>
+ </exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
diff --git a/pom.xml b/pom.xml
index b12a565752..702d96d3ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<properties>
<hadoop2.version>2.7.3</hadoop2.version>
- <hadoop.version>3.3.4</hadoop.version>
+ <hadoop.version>3.3.5</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]