Author: szita
Date: Thu May 25 09:20:15 2017
New Revision: 1796139
URL: http://svn.apache.org/viewvc?rev=1796139&view=rev
Log:
PIG-3103: make mockito a test dependency (instead of compile) (nkollar via
szita)
Modified:
pig/trunk/CHANGES.txt
pig/trunk/ivy.xml
Modified: pig/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1796139&r1=1796138&r2=1796139&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu May 25 09:20:15 2017
@@ -36,6 +36,8 @@ PIG-5067: Revisit union on numeric type
Â
IMPROVEMENTS
+PIG-3103: make mockito a test dependency (instead of compile) (nkollar via
szita)
+
PIG-3021: Split results missing records when there is null values in the
column comparison (jeffjee617, cheolsoo via daijy)
PIG-5211: Optimize Nested Limited Sort (jins via daijy)
Modified: pig/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/pig/trunk/ivy.xml?rev=1796139&r1=1796138&r2=1796139&view=diff
==============================================================================
--- pig/trunk/ivy.xml (original)
+++ pig/trunk/ivy.xml Thu May 25 09:20:15 2017
@@ -402,7 +402,7 @@
conf="compile->master">
</dependency>
- <dependency org="org.mockito" name="mockito-all" rev="${mockito.version}"
conf="compile->default"/>
+ <dependency org="org.mockito" name="mockito-all" rev="${mockito.version}"
conf="test->default"/>
<dependency org="com.twitter" name="parquet-pig-bundle"
rev="${parquet-pig-bundle.version}" conf="compile->master"/>