Repository: hadoop Updated Branches: refs/heads/branch-3.1 d975c104f -> b580196a1 refs/heads/trunk 7af4f34de -> e015e0098
HADOOP-15264. AWS "shaded" SDK 1.271 is pulling in netty 4.1.17. Contributed by Steve Loughran. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b580196a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b580196a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b580196a Branch: refs/heads/branch-3.1 Commit: b580196a16dcafe26d6069267a5e2242917aad84 Parents: d975c10 Author: Steve Loughran <[email protected]> Authored: Wed Feb 28 13:09:22 2018 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Feb 28 13:09:22 2018 +0000 ---------------------------------------------------------------------- hadoop-project/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b580196a/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 74a2afd..95d531e 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -829,6 +829,12 @@ <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-bundle</artifactId> <version>${aws-java-sdk.version}</version> + <exclusions> + <exclusion> + <groupId>io.netty</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.mina</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
