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 om...@apache.org on 2011/03/04 05:50:53 UTC

svn commit: r1077745 - /hadoop/common/branches/branch-0.20-security-patches/ivy/hadoop-core-pom-template.xml

Author: omalley
Date: Fri Mar  4 04:50:52 2011
New Revision: 1077745

URL: http://svn.apache.org/viewvc?rev=1077745&view=rev
Log:
commit c1261ed48dedc2ae13f6c9933f5df7ed7c7846e2
Author: Giridharan Kesavan <gk...@yahoo-inc.com>
Date:   Tue Nov 16 13:10:51 2010 -0800

     Fixed hadoop core pom template for runtime deps

Modified:
    hadoop/common/branches/branch-0.20-security-patches/ivy/hadoop-core-pom-template.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/ivy/hadoop-core-pom-template.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/ivy/hadoop-core-pom-template.xml?rev=1077745&r1=1077744&r2=1077745&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/ivy/hadoop-core-pom-template.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/ivy/hadoop-core-pom-template.xml Fri Mar  4 04:50:52 2011
@@ -44,6 +44,16 @@
       <version>1.4</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+      <version>1.6</version>
+    </dependency>
+    <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
       <version>1.4.1</version>