This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.3.5 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3.5 by this push: new 72f8c2a4888 HADOOP-18641. Cloud connector dependency and LICENSE fixup. (#5429) 72f8c2a4888 is described below commit 72f8c2a4888e2afc1456f3364751afa6c012ed67 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Sat Feb 25 09:36:47 2023 +0000 HADOOP-18641. Cloud connector dependency and LICENSE fixup. (#5429) POM and LICENSE fixup of transient dependencies * Exclude hadoop-cloud-storage imports which come in with hadoop-common * Add explicit import of hadoop's org.codehaus.jettison declaration to hadoop-aliyun * Tune aliyun jars imports * Cut duplicate and inconsistent hbase-server declarations from hadoop-project * Update LICENSE-binary for the current set of libraries in the hadoop 3.3.5 release. Contributed by Steve Loughran --- LICENSE-binary | 17 ++++++++++--- hadoop-project/pom.xml | 41 ++++++++++++++++++++++-------- hadoop-tools/hadoop-aliyun/pom.xml | 6 +++++ hadoop-tools/hadoop-azure-datalake/pom.xml | 16 ++++++++++++ hadoop-tools/hadoop-azure/pom.xml | 13 ++++++++++ 5 files changed, 78 insertions(+), 15 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 803421a7ed3..c8b81f75ae8 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -209,9 +209,9 @@ hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/data hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/TimeoutFuture.java ch.qos.reload4j:reload4j:1.2.22 -com.aliyun:aliyun-java-sdk-core:3.4.0 -com.aliyun:aliyun-java-sdk-ecs:4.2.0 -com.aliyun:aliyun-java-sdk-ram:3.0.0 +com.aliyun:aliyun-java-sdk-core:4.5.10 +com.aliyun:aliyun-java-sdk-kms:2.11.0 +com.aliyun:aliyun-java-sdk-ram:3.1.0 com.aliyun:aliyun-java-sdk-sts:3.0.0 com.aliyun.oss:aliyun-sdk-oss:3.13.0 com.amazonaws:aws-java-sdk-bundle:1.12.316 @@ -244,7 +244,7 @@ com.google.j2objc:j2objc-annotations:1.3 com.microsoft.azure:azure-storage:7.0.1 com.nimbusds:nimbus-jose-jwt:9.8.1 com.squareup.okhttp3:okhttp:4.9.3 -com.squareup.okio:okio:1.6.0 +com.squareup.okio:okio:2.8.0 com.yammer.metrics:metrics-core:2.2.0 com.zaxxer:HikariCP-java7:2.4.12 commons-beanutils:commons-beanutils:1.9.4 @@ -297,6 +297,9 @@ io.netty:netty-transport-native-kqueue:4.1.77.Final io.netty:netty-resolver-dns-native-macos:4.1.77.Final io.opencensus:opencensus-api:0.24.0 io.opencensus:opencensus-contrib-grpc-metrics:0.24.0 +io.opentracing:opentracing-api:0.33.0 +io.opentracing:opentracing-noop:0.33.0 +io.opentracing:opentracing-util:0.33.0 io.perfmark:perfmark-api:0.19.0 io.reactivex:rxjava:1.3.8 io.reactivex:rxjava-string:1.1.1 @@ -363,6 +366,9 @@ org.eclipse.jetty:jetty-xml:9.4.48.v20220622 org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.48.v20220622 org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.48.v20220622 org.ehcache:ehcache:3.3.1 +org.ini4j:ini4j:0.5.4 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 org.lz4:lz4-java:1.7.1 org.objenesis:objenesis:2.6 org.xerial.snappy:snappy-java:1.1.8.2 @@ -484,6 +490,8 @@ Eclipse Public License 1.0 -------------------------- junit:junit:4.13.2 +org.jacoco:org.jacoco.agent:0.8.5 + Eclipse Distribution License 1.0 -------------------------- @@ -499,6 +507,7 @@ JDOM License ------------ org.jdom:jdom:1.1 +org.jdom:jdom2:2.0.6.jar Boost Software License, Version 1.0 ------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 7f19c3e16c5..632b75afdf8 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1578,6 +1578,36 @@ <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </exclusion> + <!-- comes with hadoop-common --> + <exclusion> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </exclusion> + <exclusion> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <!-- use the hadoop import with its exclusions --> + <exclusion> + <groupId>org.codehaus.jettison</groupId> + <artifactId>jettison</artifactId> + </exclusion> </exclusions> </dependency> @@ -1767,17 +1797,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-server</artifactId> - <version>${hbase.version}</version> - <exclusions> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-server</artifactId> diff --git a/hadoop-tools/hadoop-aliyun/pom.xml b/hadoop-tools/hadoop-aliyun/pom.xml index 5bf0fdede2c..bd96684aa9d 100644 --- a/hadoop-tools/hadoop-aliyun/pom.xml +++ b/hadoop-tools/hadoop-aliyun/pom.xml @@ -119,6 +119,12 @@ <scope>provided</scope> </dependency> + <!-- use the hadoop import with its exclusions --> + <dependency> + <groupId>org.codehaus.jettison</groupId> + <artifactId>jettison</artifactId> + </dependency> + <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> diff --git a/hadoop-tools/hadoop-azure-datalake/pom.xml b/hadoop-tools/hadoop-azure-datalake/pom.xml index 6743a63543f..04d81824f26 100644 --- a/hadoop-tools/hadoop-azure-datalake/pom.xml +++ b/hadoop-tools/hadoop-azure-datalake/pom.xml @@ -110,6 +110,22 @@ <groupId>com.microsoft.azure</groupId> <artifactId>azure-data-lake-store-sdk</artifactId> <version>${azure.data.lake.store.sdk.version}</version> + <exclusions> + <!-- comes with hadoop-common --> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </exclusion> + <!-- out of date and incompatible with recent openssl releases --> + <exclusion> + <groupId>org.wildfly.openssl</groupId> + <artifactId>wildfly-openssl</artifactId> + </exclusion> + </exclusions> </dependency> <!-- ENDS HERE--> <dependency> diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml index 103f8e76473..e21a4d81fdb 100644 --- a/hadoop-tools/hadoop-azure/pom.xml +++ b/hadoop-tools/hadoop-azure/pom.xml @@ -164,6 +164,19 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </exclusion> + <!-- comes with hadoop-common --> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </exclusion> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>guava</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