Browse Source

HADOOP-8417. HADOOP-6963 didn't update hadoop-core-pom-template.xml. Contributed by Zhihong Ted Yu.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1@1358689 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Boudnik 13 years ago
parent
commit
12ba849011
2 changed files with 7 additions and 0 deletions
  1. 2 0
      CHANGES.txt
  2. 5 0
      ivy/hadoop-core-pom-template.xml

+ 2 - 0
CHANGES.txt

@@ -268,6 +268,8 @@ Release 1.1.0 - unreleased
     HDFS-6527. Backport HADOOP-7389: Use of TestingGroups by tests causes
     subsequent tests to fail.  (Ivan Mitic via szetszwo)
 
+    HDFS-8417. HADOOP-6963 didn't update hadoop-core-pom-template.xml (Zhihong Ted Yu via cos)
+
 Release 1.0.3 - 2012.05.07
 
   NEW FEATURES

+ 5 - 0
ivy/hadoop-core-pom-template.xml

@@ -33,6 +33,11 @@
       <artifactId>xmlenc</artifactId>
       <version>0.52</version>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.1</version>
+    </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>