Repository: hadoop
Updated Branches:
  refs/heads/branch-2 11e1e0c27 -> ced547d5f
  refs/heads/trunk 691bf5ec5 -> 7fc324aab


HADOOP-14126. Remove jackson, joda and other transient aws SDK dependencies 
from hadoop-aws.
Contributed by Steve Loughran


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

Branch: refs/heads/branch-2
Commit: ced547d5f0dbea571cbc472c5f55fe89d5900a6f
Parents: 11e1e0c
Author: Steve Loughran <[email protected]>
Authored: Fri Aug 4 11:07:34 2017 +0100
Committer: Steve Loughran <[email protected]>
Committed: Fri Aug 4 11:07:34 2017 +0100

----------------------------------------------------------------------
 hadoop-tools/hadoop-aws/pom.xml | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ced547d5/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index 8fdeed9..59b0c82 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -308,7 +308,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
@@ -322,26 +322,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-databind</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.dataformat</groupId>
-      <artifactId>jackson-dataformat-cbor</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>joda-time</groupId>
-      <artifactId>joda-time</artifactId>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to