HADOOP-8738. Reverted since it broke MR based system tests.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1392676 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2012-10-01 22:44:08 +00:00
parent cae0e5653a
commit a28e01b337
3 changed files with 0 additions and 4 deletions

View File

@ -309,8 +309,6 @@ Release 2.0.2-alpha - 2012-09-07
HADOOP-8031. Configuration class fails to find embedded .jar resources;
should use URL.openStream() (genman via tucu)
HADOOP-8738. junit JAR is showing up in the distro (tucu)
HADOOP-8737. cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h.
(Colin Patrick McCabe via eli)

View File

@ -149,7 +149,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.netty</groupId>

View File

@ -148,7 +148,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.netty</groupId>