From a72ee1ee877a5aa6674d3d2aa3cf76fe8be3cc93 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Sun, 22 Mar 2026 17:30:17 +0100 Subject: [PATCH] HDDS-14881. Exclude dependencies for test-jar --- hadoop-ozone/httpfsgateway/pom.xml | 32 ------- hadoop-ozone/integration-test/pom.xml | 20 ++--- pom.xml | 122 ++++++++++++++++++++++++++ 3 files changed, 128 insertions(+), 46 deletions(-) diff --git a/hadoop-ozone/httpfsgateway/pom.xml b/hadoop-ozone/httpfsgateway/pom.xml index 73a3f3c4cf77..b93b18a023f4 100644 --- a/hadoop-ozone/httpfsgateway/pom.xml +++ b/hadoop-ozone/httpfsgateway/pom.xml @@ -115,38 +115,6 @@ org.apache.curator curator-framework runtime - - - - com.sun.mail - javax.mail - - - io.netty - * - - - jline - jline - - - log4j - log4j - - - org.apache.commons - commons-math - - - org.apache.yetus - audience-annotations - - - org.slf4j - slf4j-log4j12 - - org.apache.ozone diff --git a/hadoop-ozone/integration-test/pom.xml b/hadoop-ozone/integration-test/pom.xml index 8393e496f296..336269e21c36 100644 --- a/hadoop-ozone/integration-test/pom.xml +++ b/hadoop-ozone/integration-test/pom.xml @@ -116,6 +116,12 @@ commons-text test + + + org.apache.curator + curator-framework + test + org.apache.hadoop hadoop-auth @@ -235,20 +241,6 @@ org.apache.hadoop hadoop-mapreduce-client-jobclient test - - - ch.qos.reload4j - reload4j - - - log4j - log4j - - - org.slf4j - * - - org.apache.hadoop diff --git a/pom.xml b/pom.xml index 7350d26f3a6e..82faf180bac4 100644 --- a/pom.xml +++ b/pom.xml @@ -743,6 +743,36 @@ org.apache.curator curator-framework ${curator.version} + + + com.sun.mail + javax.mail + + + io.netty + * + + + jline + jline + + + log4j + log4j + + + org.apache.commons + commons-math + + + org.apache.yetus + audience-annotations + + + org.slf4j + slf4j-log4j12 + + org.apache.derby @@ -875,11 +905,39 @@ ${hadoop.version} test-jar + + com.github.pjfanning + jersey-json + + + com.google.code.findbugs + jsr305 + + + com.sun.jersey + * + commons-logging commons-logging + + org.apache.commons + commons-math3 + + + org.apache.curator + * + + + org.apache.zookeeper + zookeeper + + + org.xerial.snappy + snappy-java + @@ -933,6 +991,24 @@ hadoop-hdfs ${hadoop.version} test-jar + + + com.sun.jersey + * + + + commons-daemon + commons-daemon + + + io.netty + * + + + org.fusesource.leveldbjni + leveldbjni-all + + org.apache.hadoop @@ -954,16 +1030,62 @@ org.apache.hadoop hadoop-mapreduce-client-core ${hadoop.version} + + + ch.qos.reload4j + reload4j + + + com.google.inject.extensions + guice-servlet + + + io.netty + * + + + log4j + log4j + + + org.apache.avro + avro + + + org.slf4j + * + + org.apache.hadoop hadoop-mapreduce-client-jobclient ${hadoop.version} + + + com.google.inject.extensions + guice-servlet + + + io.netty + * + + + org.apache.avro + avro + + org.apache.hadoop hadoop-minikdc ${hadoop.version} + + + junit + junit + + org.apache.hadoop