HDFS-15499. Clean up httpfs/pom.xml to remove aws-java-sdk-s3 exclusion (#2188)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Mingliang Liu 2020-08-04 20:48:45 -07:00
parent 7b41d4ac74
commit 1cd1f978da
No known key found for this signature in database
GPG Key ID: BC2FB8C6908A0C16
1 changed files with 0 additions and 8 deletions

View File

@ -118,10 +118,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>servlet-api-2.5</artifactId>
</exclusion>
<exclusion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
@ -153,10 +149,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>servlet-api-2.5</artifactId>
</exclusion>
<exclusion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>