Repository: hadoop Updated Branches: refs/heads/branch-3.0 0eff245d3 -> 3c03672e8
HADOOP-15264. AWS "shaded" SDK 1.271 is pulling in netty 4.1.17. Contributed by Steve Loughran. (cherry picked from commit b580196a16dcafe26d6069267a5e2242917aad84) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0dcd0ead Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0dcd0ead Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0dcd0ead Branch: refs/heads/branch-3.0 Commit: 0dcd0ead9197073d9410f0f4d81cf7b55d5ab57c Parents: 0eff245 Author: Steve Loughran <[email protected]> Authored: Wed Feb 28 13:09:22 2018 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Feb 28 15:33:08 2018 +0000 ---------------------------------------------------------------------- hadoop-project/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0dcd0ead/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index e9b5808..6f18f95 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -813,6 +813,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]
