From ee01c64c6c86d5f811de563387aa0443125428ae Mon Sep 17 00:00:00 2001
From: Andras Katona <41361962+akatona84@users.noreply.github.com>
Date: Mon, 27 Mar 2023 09:59:02 +0200
Subject: [PATCH] HADOOP-18676. jettison dependency override in hadoop-common
lib (#5513)
---
hadoop-client-modules/hadoop-client/pom.xml | 16 ++++++++++++++++
hadoop-common-project/hadoop-common/pom.xml | 8 ++++++++
2 files changed, 24 insertions(+)
diff --git a/hadoop-client-modules/hadoop-client/pom.xml b/hadoop-client-modules/hadoop-client/pom.xml
index 5299c9e871..9170bf4b54 100644
--- a/hadoop-client-modules/hadoop-client/pom.xml
+++ b/hadoop-client-modules/hadoop-client/pom.xml
@@ -69,6 +69,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
com.sun.jersey
jersey-server
@@ -182,6 +186,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
io.netty
netty
@@ -233,6 +241,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
com.sun.jersey
jersey-servlet
@@ -290,6 +302,10 @@
com.github.pjfanning
jersey-json
+
+ org.codehaus.jettison
+ jettison
+
io.netty
netty
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 41efc183c3..5fb267cfd0 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -175,6 +175,14 @@
+
+
+ org.codehaus.jettison
+ jettison
+
com.sun.jersey
jersey-server