This is an automated email from the ASF dual-hosted git repository.
liuml07 pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 1cd1f97 HDFS-15499. Clean up httpfs/pom.xml to remove aws-java-sdk-s3
exclusion (#2188)
1cd1f97 is described below
commit 1cd1f978da9c000914945ade589ee77276f48445
Author: Mingliang Liu <[email protected]>
AuthorDate: Tue Aug 4 20:48:45 2020 -0700
HDFS-15499. Clean up httpfs/pom.xml to remove aws-java-sdk-s3 exclusion
(#2188)
Signed-off-by: Akira Ajisaka <[email protected]>
---
hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
index 47edc99..3c62b16 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
@@ -119,10 +119,6 @@
<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>
</exclusion>
@@ -154,10 +150,6 @@
<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>
</exclusion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]