You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by sh...@apache.org on 2011/08/03 22:47:14 UTC

svn commit: r1153659 - /hadoop/common/branches/branch-0.22/hdfs/ivy/hadoop-hdfs-template.xml

Author: shv
Date: Wed Aug  3 20:47:14 2011
New Revision: 1153659

URL: http://svn.apache.org/viewvc?rev=1153659&view=rev
Log:
HDFS-2189. Add guava-r09 dependency to ivy/hadoop-hdfs-template.xml. Contributed by Joep Rottinghuis

Modified:
    hadoop/common/branches/branch-0.22/hdfs/ivy/hadoop-hdfs-template.xml

Modified: hadoop/common/branches/branch-0.22/hdfs/ivy/hadoop-hdfs-template.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/hdfs/ivy/hadoop-hdfs-template.xml?rev=1153659&r1=1153658&r2=1153659&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/hdfs/ivy/hadoop-hdfs-template.xml (original)
+++ hadoop/common/branches/branch-0.22/hdfs/ivy/hadoop-hdfs-template.xml Wed Aug  3 20:47:14 2011
@@ -35,5 +35,10 @@
       <artifactId>hadoop-common</artifactId>
       <version>0.22.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>r09</version>
+    </dependency>
   </dependencies>
 </project>