You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2017/02/28 04:49:27 UTC

hadoop git commit: HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR.

Repository: hadoop
Updated Branches:
  refs/heads/trunk d235dcdf0 -> 258342e76


HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/258342e7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/258342e7
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/258342e7

Branch: refs/heads/trunk
Commit: 258342e76c87479db38a5404753ae91376a74299
Parents: d235dcd
Author: Akira Ajisaka <aa...@apache.org>
Authored: Tue Feb 28 13:47:44 2017 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Tue Feb 28 13:47:44 2017 +0900

----------------------------------------------------------------------
 hadoop-client-modules/hadoop-client/pom.xml               | 4 ----
 hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml | 4 ----
 hadoop-common-project/hadoop-common/pom.xml               | 5 -----
 hadoop-common-project/hadoop-kms/pom.xml                  | 4 ----
 hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml            | 8 --------
 hadoop-tools/hadoop-aws/pom.xml                           | 5 +++++
 6 files changed, 5 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/258342e7/hadoop-client-modules/hadoop-client/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-client-modules/hadoop-client/pom.xml b/hadoop-client-modules/hadoop-client/pom.xml
index b16edf3..6bc7232 100644
--- a/hadoop-client-modules/hadoop-client/pom.xml
+++ b/hadoop-client-modules/hadoop-client/pom.xml
@@ -86,10 +86,6 @@
           <artifactId>kfs</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>net.java.dev.jets3t</groupId>
-          <artifactId>jets3t</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>com.jcraft</groupId>
           <artifactId>jsch</artifactId>
         </exclusion>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258342e7/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml b/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
index f96c1db..3211474 100644
--- a/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
+++ b/hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml
@@ -94,10 +94,6 @@
           <artifactId>kfs</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>net.java.dev.jets3t</groupId>
-          <artifactId>jets3t</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>com.jcraft</groupId>
           <artifactId>jsch</artifactId>
         </exclusion>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258342e7/hadoop-common-project/hadoop-common/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 909cd78..0db6841 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -162,11 +162,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>net.java.dev.jets3t</groupId>
-      <artifactId>jets3t</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258342e7/hadoop-common-project/hadoop-kms/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-kms/pom.xml b/hadoop-common-project/hadoop-kms/pom.xml
index cd4108f..479af91 100644
--- a/hadoop-common-project/hadoop-kms/pom.xml
+++ b/hadoop-common-project/hadoop-kms/pom.xml
@@ -122,10 +122,6 @@
           <artifactId>servlet-api-2.5</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>net.java.dev.jets3t</groupId>
-          <artifactId>jets3t</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.eclipse.jdt</groupId>
           <artifactId>core</artifactId>
         </exclusion>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258342e7/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
index 9e5b221..f5cfd01 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
@@ -123,10 +123,6 @@
           <artifactId>servlet-api-2.5</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>net.java.dev.jets3t</groupId>
-          <artifactId>jets3t</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>com.amazonaws</groupId>
           <artifactId>aws-java-sdk-s3</artifactId>
         </exclusion>
@@ -166,10 +162,6 @@
           <artifactId>servlet-api-2.5</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>net.java.dev.jets3t</groupId>
-          <artifactId>jets3t</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>com.amazonaws</groupId>
           <artifactId>aws-java-sdk-s3</artifactId>
         </exclusion>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/258342e7/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index 0fdbc5d..e5bbbfd 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -330,6 +330,11 @@
       <type>test-jar</type>
     </dependency>
     <dependency>
+      <groupId>net.java.dev.jets3t</groupId>
+      <artifactId>jets3t</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-bundle</artifactId>
       <scope>compile</scope>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org