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 ae...@apache.org on 2017/05/09 05:47:14 UTC

[31/50] [abbrv] hadoop git commit: HADOOP-14380. Make the Guava version Hadoop which builds with configurable. Contributed by Steve Loughran

HADOOP-14380. Make the Guava version Hadoop which builds with configurable. 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/61858a5c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/61858a5c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/61858a5c

Branch: refs/heads/HDFS-7240
Commit: 61858a5c378da75aff9cde84d418af46d718d08b
Parents: 25f5d9a
Author: Jason Lowe <jl...@yahoo-inc.com>
Authored: Thu May 4 15:17:46 2017 -0500
Committer: Jason Lowe <jl...@yahoo-inc.com>
Committed: Thu May 4 15:17:46 2017 -0500

----------------------------------------------------------------------
 hadoop-project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/61858a5c/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index b282065..fdb4fb1 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -90,6 +90,7 @@
     <findbugs.version>3.0.0</findbugs.version>
     <spotbugs.version>3.1.0-RC1</spotbugs.version>
 
+    <guava.version>21.0</guava.version>
     <guice.version>4.0</guice.version>
     <joda-time.version>2.9.4</joda-time.version>
 
@@ -519,7 +520,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>21.0</version>
+        <version>${guava.version}</version>
       </dependency>
       <dependency>
         <groupId>com.google.code.gson</groupId>


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