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 st...@apache.org on 2016/12/13 15:45:58 UTC

hadoop git commit: HADOOP-13893 dynamodb dependency -> compile. Contributed by Mingliang Liu

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-13345 d354cd182 -> 49965d2d6


HADOOP-13893 dynamodb dependency -> compile. Contributed by Mingliang Liu


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

Branch: refs/heads/HADOOP-13345
Commit: 49965d2d63476043f3e205a0e1b9d90febb5b7e5
Parents: d354cd1
Author: Steve Loughran <st...@apache.org>
Authored: Tue Dec 13 15:44:54 2016 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Tue Dec 13 15:45:14 2016 +0000

----------------------------------------------------------------------
 hadoop-tools/hadoop-aws/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/49965d2d/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index b7b945d..35163fa 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -367,7 +367,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-dynamodb</artifactId>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.amazonaws</groupId>


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