Browse Source

HADOOP-7252. JUnit shows up as a compile time dependency in 0.22. Contributed by Harsh J Chouraria.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1150916 13f79535-47bb-0310-9956-ffa450edef68
Todd Lipcon 14 years ago
parent
commit
dd7ab2c0e5
2 changed files with 4 additions and 1 deletions
  1. 3 0
      common/CHANGES.txt
  2. 1 1
      common/ivy.xml

+ 3 - 0
common/CHANGES.txt

@@ -522,6 +522,9 @@ Release 0.22.0 - Unreleased
     HADOOP-7349. HADOOP-7121 accidentally disabled some tests in TestIPC.
     (todd)
 
+    HADOOP-7252. JUnit shows up as a compile time dependency in 0.22.
+    (Harsh J Chouraria via todd)
+
 Release 0.21.1 - Unreleased
 
   IMPROVEMENTS

+ 1 - 1
common/ivy.xml

@@ -219,7 +219,7 @@
     <dependency org="junit"
       name="junit"
       rev="${junit.version}"
-      conf="common->default"/>
+      conf="test->default"/>
     <dependency org="org.apache.rat"
       name="apache-rat-tasks"
       rev="${rats-lib.version}"