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 tu...@apache.org on 2011/12/08 20:30:58 UTC

svn commit: r1212064 - /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/pom.xml

Author: tucu
Date: Thu Dec  8 19:30:53 2011
New Revision: 1212064

URL: http://svn.apache.org/viewvc?rev=1212064&view=rev
Log:
Merge -r 1212059:1212060 from trunk to branch. FIXES: HDFS-2178

Modified:
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/pom.xml

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/pom.xml?rev=1212064&r1=1212063&r2=1212064&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/pom.xml Thu Dec  8 19:30:53 2011
@@ -264,6 +264,11 @@
       <artifactId>hadoop-auth</artifactId>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>com.googlecode.json-simple</groupId>
+      <artifactId>json-simple</artifactId>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 
   <build>