You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/04/26 23:11:36 UTC

svn commit: r1331101 - /pig/trunk/ivy.xml

Author: daijy
Date: Thu Apr 26 21:11:36 2012
New Revision: 1331101

URL: http://svn.apache.org/viewvc?rev=1331101&view=rev
Log:
Fi hadoop 23 compilation failure after PIG-2650

Modified:
    pig/trunk/ivy.xml

Modified: pig/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/pig/trunk/ivy.xml?rev=1331101&r1=1331100&r2=1331101&view=diff
==============================================================================
--- pig/trunk/ivy.xml (original)
+++ pig/trunk/ivy.xml Thu Apr 26 21:11:36 2012
@@ -178,7 +178,7 @@
     <dependency org="net.java.dev.javacc" name="javacc" rev="${javacc.version}"
       conf="compile->master"/>
     <dependency org="junit" name="junit" rev="${junit.version}"
-      conf="test->default"/>
+      conf="compile->master"/>
     <dependency org="com.google.code.p.arat" name="rat-lib" rev="${rats-lib.version}"
       conf="releaseaudit->default"/>
     <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="${jackson.version}"