diff --git a/CHANGES.txt b/CHANGES.txt index a0d87d2f8c9..50de883e23e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -937,6 +937,8 @@ Release 0.21.0 - Unreleased BUG FIXES + HADOOP-6773. Ivy folder contains redundant files (cos) + HADOOP-5379. CBZip2InputStream to throw IOException on data crc error. (Rodrigo Schmidt via zshao) diff --git a/ivy/hadoop-core.pom b/ivy/hadoop-core.pom deleted file mode 100644 index ffdd18951e1..00000000000 --- a/ivy/hadoop-core.pom +++ /dev/null @@ -1,257 +0,0 @@ - - - - - 4.0.0 - org.apache.hadoop - hadoop-core - jar - ${hadoop.version} - - Hadoop is the distributed computing framework of Apache; hadoop-core contains - the filesystem, job tracker and map/reduce modules - - - - Apache License, Version 2.0 - http://apache.org/licenses/LICENSE-2.0 - - - - - - - - commons-logging - commons-logging - ${commons-logging.version} - - - avalon-framework - avalon-framework - - - javax.servlet - servlet-api - - - junit - junit - - - logkit - logkit - - - log4j - log4j - - - - - - log4j - log4j - ${log4j.version} - optional - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - - - - - org.slf4j - slf4j-api - ${slf4j-api.version} - optional - - - org.slf4j - slf4j-log4j12 - ${slf4j-log4j12.version} - optional - - - log4j - log4j - - - - - - - - commons-httpclient - commons-httpclient - 3.1 - optional - - - commons-logging - commons-logging - - - junit - junit - - - - - commons-codec - commons-codec - 1.3 - optional - - - - - commons-cli - commons-cli - 2.0-20070823 - optional - - - - - - commons-net - commons-net - 1.4.1 - optional - - - - - javax.servlet - servlet-api - ${servlet-api.version} - optional - - - jetty - org.mortbay.jetty - ${jetty.version} - optional - - - - - - - org.mortbay.jetty - jsp-2.1 - ${jetty.version} - optional - - - org.mortbay.jetty - jsp-api-2.1 - ${jetty.version} - optional - - - commons-el - commons-el - ${commons-el.version} - optional - - - - - - - org.eclipse.jdt - core - ${core.version} - optional - - - org.apache.ant - ant - ${apacheant.version} - optional - - - - - - net.java.dev.jets3t - jets3t - ${jets3t.version} - optional - - - commons-logging - commons-logging - - - junit - junit - - - - - - - - - - xmlenc - xmlenc - 0.52 - optional - - -