From 05e1d02d3e3a2d336d4f89d20f680c17e4f481e2 Mon Sep 17 00:00:00 2001 From: Laszlo Bodor Date: Thu, 18 Sep 2025 08:14:47 +0200 Subject: [PATCH 1/2] removed jersey-json --- pom.xml | 5 ----- tez-api/pom.xml | 4 ---- tez-plugins/tez-history-parser/pom.xml | 4 ---- tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml | 5 ----- tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml | 5 ----- tez-plugins/tez-yarn-timeline-history/pom.xml | 5 ----- tez-tools/analyzers/job-analyzer/pom.xml | 4 ---- 7 files changed, 32 deletions(-) diff --git a/pom.xml b/pom.xml index f539f9af34..14d7fced26 100644 --- a/pom.xml +++ b/pom.xml @@ -784,11 +784,6 @@ jersey-client ${jersey.version} - - com.sun.jersey - jersey-json - ${jersey.version} - org.bouncycastle diff --git a/tez-api/pom.xml b/tez-api/pom.xml index ff1f9d2e6a..3bb8e45e1f 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -94,10 +94,6 @@ com.sun.jersey jersey-client - - com.sun.jersey - jersey-json - org.apache.hadoop hadoop-hdfs diff --git a/tez-plugins/tez-history-parser/pom.xml b/tez-plugins/tez-history-parser/pom.xml index 4bb312eee9..ff7fc88c79 100644 --- a/tez-plugins/tez-history-parser/pom.xml +++ b/tez-plugins/tez-history-parser/pom.xml @@ -144,10 +144,6 @@ junit test - - com.sun.jersey - jersey-json - org.apache.hadoop hadoop-mapreduce-client-shuffle diff --git a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml index dc8ecc1cb4..c572069540 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml @@ -134,11 +134,6 @@ junit test - - com.sun.jersey - jersey-json - test - org.apache.hadoop hadoop-mapreduce-client-shuffle diff --git a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml index 19930ccda0..eb7a69cb15 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml @@ -142,11 +142,6 @@ junit test - - com.sun.jersey - jersey-json - test - diff --git a/tez-plugins/tez-yarn-timeline-history/pom.xml b/tez-plugins/tez-yarn-timeline-history/pom.xml index 1be2c44bfd..4c2628ade6 100644 --- a/tez-plugins/tez-yarn-timeline-history/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history/pom.xml @@ -128,11 +128,6 @@ junit test - - com.sun.jersey - jersey-json - test - diff --git a/tez-tools/analyzers/job-analyzer/pom.xml b/tez-tools/analyzers/job-analyzer/pom.xml index e797842e6c..b0c260f62f 100644 --- a/tez-tools/analyzers/job-analyzer/pom.xml +++ b/tez-tools/analyzers/job-analyzer/pom.xml @@ -152,10 +152,6 @@ junit test - - com.sun.jersey - jersey-json - org.apache.hadoop hadoop-mapreduce-client-shuffle From 6220e9858ef1b4d71903466b0dd8f6ecce888281 Mon Sep 17 00:00:00 2001 From: Laszlo Bodor Date: Thu, 18 Sep 2025 08:17:53 +0200 Subject: [PATCH 2/2] removed jettison --- pom.xml | 6 ------ tez-api/pom.xml | 4 ---- tez-dag/pom.xml | 4 ---- tez-plugins/tez-history-parser/pom.xml | 4 ---- tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml | 4 ---- tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml | 4 ---- tez-plugins/tez-yarn-timeline-history/pom.xml | 4 ---- tez-tools/analyzers/job-analyzer/pom.xml | 4 ---- 8 files changed, 34 deletions(-) diff --git a/pom.xml b/pom.xml index 14d7fced26..c6142f47af 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,6 @@ 3.4.1 1.8 1.19.4 - 1.5.4 3.0.0 4.13.2 1.8 @@ -774,11 +773,6 @@ guava ${guava.version} - - org.codehaus.jettison - jettison - ${jettison.version} - com.sun.jersey jersey-client diff --git a/tez-api/pom.xml b/tez-api/pom.xml index 3bb8e45e1f..4e6bb1f99d 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -45,10 +45,6 @@ commons-lang commons-lang - - org.codehaus.jettison - jettison - org.apache.hadoop hadoop-common diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml index a765fb708a..f44418c611 100644 --- a/tez-dag/pom.xml +++ b/tez-dag/pom.xml @@ -133,10 +133,6 @@ com.google.guava guava - - org.codehaus.jettison - jettison - javax.servlet javax.servlet-api diff --git a/tez-plugins/tez-history-parser/pom.xml b/tez-plugins/tez-history-parser/pom.xml index ff7fc88c79..1703881309 100644 --- a/tez-plugins/tez-history-parser/pom.xml +++ b/tez-plugins/tez-history-parser/pom.xml @@ -118,10 +118,6 @@ test test-jar - - org.codehaus.jettison - jettison - com.google.guava guava diff --git a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml index c572069540..fd81372d4b 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml @@ -112,10 +112,6 @@ test test-jar - - org.codehaus.jettison - jettison - com.google.guava guava diff --git a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml index eb7a69cb15..dc89c44cc0 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml @@ -120,10 +120,6 @@ org.apache.hadoop hadoop-mapreduce-client-shuffle - - org.codehaus.jettison - jettison - com.google.guava guava diff --git a/tez-plugins/tez-yarn-timeline-history/pom.xml b/tez-plugins/tez-yarn-timeline-history/pom.xml index 4c2628ade6..54f9a88044 100644 --- a/tez-plugins/tez-yarn-timeline-history/pom.xml +++ b/tez-plugins/tez-yarn-timeline-history/pom.xml @@ -106,10 +106,6 @@ org.apache.hadoop hadoop-mapreduce-client-shuffle - - org.codehaus.jettison - jettison - com.google.guava guava diff --git a/tez-tools/analyzers/job-analyzer/pom.xml b/tez-tools/analyzers/job-analyzer/pom.xml index b0c260f62f..35bc5fba70 100644 --- a/tez-tools/analyzers/job-analyzer/pom.xml +++ b/tez-tools/analyzers/job-analyzer/pom.xml @@ -130,10 +130,6 @@ test test-jar - - org.codehaus.jettison - jettison - com.google.guava guava