This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4.1 by this push: new 96a73b819bb HADOOP-19153. hadoop-common exports logback as a transitive dependency (#6999) 96a73b819bb is described below commit 96a73b819bbbaad2cd2f0a1d9e0e6356b67dfeec Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Fri Aug 16 13:41:35 2024 +0100 HADOOP-19153. hadoop-common exports logback as a transitive dependency (#6999) - Critical: remove the obsolete exclusion list from hadoop-common. - Diligence: expand the hadoop-project exclusion list to exclude all ch.qos.logback artifacts Contributed by Steve Loughran --- hadoop-common-project/hadoop-common/pom.xml | 19 ------------------- hadoop-project/pom.xml | 6 +----- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml index 66f89210d3a..31fd2923e99 100644 --- a/hadoop-common-project/hadoop-common/pom.xml +++ b/hadoop-common-project/hadoop-common/pom.xml @@ -330,25 +330,6 @@ <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <exclusions> - <exclusion> - <groupId>org.jboss.netty</groupId> - <artifactId>netty</artifactId> - </exclusion> - <exclusion> - <!-- otherwise seems to drag in junit 3.8.1 via jline --> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>io.netty</groupId> diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 3e432963f4f..a0e4186b801 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1479,11 +1479,7 @@ </exclusion> <exclusion> <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - </exclusion> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org