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 su...@apache.org on 2016/09/08 06:35:59 UTC

[09/44] hadoop git commit: HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran

HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran


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

Branch: refs/heads/YARN-3368
Commit: 7fdfcd8a6c9e2dd9b0fb6d4196bc371f6f9a676c
Parents: c0e492e
Author: Steve Loughran <st...@apache.org>
Authored: Wed Sep 7 12:19:05 2016 +0100
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Sep 7 12:25:23 2016 +0100

----------------------------------------------------------------------
 hadoop-project/pom.xml          | 7 +++++++
 hadoop-tools/hadoop-aws/pom.xml | 4 ++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7fdfcd8a/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 65e9672..d9a01a0 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -88,6 +88,7 @@
 
     <tomcat.version>6.0.44</tomcat.version>
     <guice.version>4.0</guice.version>
+    <joda-time.version>2.9.4</joda-time.version>
 
     <!-- define the Java language version used by the compiler -->
     <javac.version>1.8</javac.version>
@@ -1037,6 +1038,12 @@
        <scope>test</scope>
      </dependency>
       
+     <dependency>
+        <groupId>joda-time</groupId>
+        <artifactId>joda-time</artifactId>
+        <version>${joda-time.version}</version>
+     </dependency>
+
       <dependency>
           <groupId>com.nimbusds</groupId>
           <artifactId>nimbus-jose-jwt</artifactId>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/7fdfcd8a/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index 13dcdf1..49b0379 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -286,6 +286,10 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-sts</artifactId>
       <scope>test</scope>


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