You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2013/05/23 22:37:13 UTC

svn commit: r1485844 - in /nutch/branches/2.x: CHANGES.txt ivy/ivy.xml

Author: lewismc
Date: Thu May 23 20:37:13 2013
New Revision: 1485844

URL: http://svn.apache.org/r1485844
Log:
NUTCH-1243 Junit jar removed from lib

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/ivy/ivy.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1485844&r1=1485843&r2=1485844&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Thu May 23 20:37:13 2013
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.2 - Current Development
 
+* NUTCH-1243 Junit jar removed from lib (lewismc)
+
 * NUTCH-1249 and NUTCH-1275 : Resolve all issues flagged up by adding javac -Xlint argument (tejasp)
 
 * NUTCH-1513 Support Robots.txt for Ftp urls (tejasp)

Modified: nutch/branches/2.x/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/ivy/ivy.xml?rev=1485844&r1=1485843&r2=1485844&view=diff
==============================================================================
--- nutch/branches/2.x/ivy/ivy.xml (original)
+++ nutch/branches/2.x/ivy/ivy.xml Thu May 23 20:37:13 2013
@@ -76,7 +76,7 @@
     <!--Configuration: test -->
 
     <!--artifacts needed for testing -->
-    <dependency org="junit" name="junit" rev="4.11" conf="test->default" />
+    <dependency org="junit" name="junit" rev="4.11" conf="*->default" />
 
     <dependency org="org.apache.hadoop" name="hadoop-test" rev="1.1.1" conf="test->default">
       <exclude org="net.sf.kosmosfs" name="kfs" />