This is an automated email from the ASF dual-hosted git repository.

liuml07 pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 8d5821b  HDFS-15499. Clean up httpfs/pom.xml to remove aws-java-sdk-s3 
exclusion (#2188)
8d5821b is described below

commit 8d5821b9c3bafd990a63c75890fb8f4b7f73104e
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 cfd8c6f..108e238 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
@@ -131,10 +131,6 @@
           <artifactId>jets3t</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>com.amazonaws</groupId>
-          <artifactId>aws-java-sdk-s3</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.eclipse.jdt</groupId>
           <artifactId>core</artifactId>
         </exclusion>
@@ -174,10 +170,6 @@
           <artifactId>jets3t</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]

Reply via email to