HADOOP-15264. AWS "shaded" SDK 1.271 is pulling in netty 4.1.17.

Contributed by Steve Loughran.

(cherry picked from commit b580196a16)
This commit is contained in:
Steve Loughran 2018-02-28 13:11:07 +00:00
parent 7af4f34de5
commit e015e00989
1 changed files with 6 additions and 0 deletions

View File

@ -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>