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/e015e009
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e015e009
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e015e009

Branch: refs/heads/HDFS-7240
Commit: e015e009897e481edc79f4ba72e2c53610b178a3
Parents: 7af4f34
Author: Steve Loughran <ste...@apache.org>
Authored: Wed Feb 28 13:11:07 2018 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Wed Feb 28 13:11:07 2018 +0000

----------------------------------------------------------------------
 hadoop-project/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e015e009/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f4ac239..126cf5a 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -841,6 +841,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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to