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 gk...@apache.org on 2011/12/14 20:11:15 UTC

svn commit: r1214410 [3/3] - in /hadoop/common/branches/branch-1.0: CHANGES.txt ivy/hadoop-core-pom-template.xml

Modified: hadoop/common/branches/branch-1.0/ivy/hadoop-core-pom-template.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/ivy/hadoop-core-pom-template.xml?rev=1214410&r1=1214409&r2=1214410&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/ivy/hadoop-core-pom-template.xml (original)
+++ hadoop/common/branches/branch-1.0/ivy/hadoop-core-pom-template.xml Wed Dec 14 19:11:15 2011
@@ -123,5 +123,10 @@
       <artifactId>core</artifactId>
       <version>3.1.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <version>1.0.1</version>
+    </dependency>
   </dependencies>
 </project>