git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1523404 13f79535-47bb-0310-9956-ffa450edef68
@@ -198,6 +198,8 @@ Release 2.1.1-beta - UNRELEASED
HADOOP-9557. hadoop-client excludes commons-httpclient. (Lohit Vijayarenu via
cnauroth)
+ HADOOP-9935. set junit dependency to test scope. (André Kelpe via cnauroth)
+
Release 2.1.0-beta - 2013-08-22
INCOMPATIBLE CHANGES
@@ -543,6 +543,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
@@ -603,6 +604,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<groupId>org.apache.avro</groupId>