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 2011/09/26 23:52:25 UTC

svn commit: r1176078 - in /pig/branches/branch-0.9: CHANGES.txt ivy.xml ivy/libraries.properties

Author: daijy
Date: Mon Sep 26 21:52:24 2011
New Revision: 1176078

URL: http://svn.apache.org/viewvc?rev=1176078&view=rev
Log:
PIG-2299: jetty 6.1.14 startup issue causes unit tests to fail in CI

Modified:
    pig/branches/branch-0.9/CHANGES.txt
    pig/branches/branch-0.9/ivy.xml
    pig/branches/branch-0.9/ivy/libraries.properties

Modified: pig/branches/branch-0.9/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/CHANGES.txt?rev=1176078&r1=1176077&r2=1176078&view=diff
==============================================================================
--- pig/branches/branch-0.9/CHANGES.txt (original)
+++ pig/branches/branch-0.9/CHANGES.txt Mon Sep 26 21:52:24 2011
@@ -40,6 +40,8 @@ PIG-2221: Couldnt find documentation for
 
 BUG FIXES
 
+PIG-2299: jetty 6.1.14 startup issue causes unit tests to fail in CI (thw via daijy)
+
 PIG-2301: Some more bin/pig, build.xml cleanup for 0.9.1 (daijy)
 
 PIG-2237: LIMIT generates wrong number of records if pig determines no of reducers as more than 1 (daijy)

Modified: pig/branches/branch-0.9/ivy.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/ivy.xml?rev=1176078&r1=1176077&r2=1176078&view=diff
==============================================================================
--- pig/branches/branch-0.9/ivy.xml (original)
+++ pig/branches/branch-0.9/ivy.xml Mon Sep 26 21:52:24 2011
@@ -58,6 +58,8 @@
       conf="compile->default;test->default"/>
     <dependency org="org.apache.hadoop" name="hadoop-test" rev="${hadoop-test.version}"
       conf="compile->default;test->default"/>
+    <dependency org="org.mortbay.jetty" name="jetty" rev="${jetty.version}"
+      conf="compile->master"/>
     <dependency org="org.mortbay.jetty" name="jetty-util" rev="${jetty-util.version}"
       conf="compile->master"/>
     <dependency org="commons-logging" name="commons-logging" rev="${commons-logging.version}"

Modified: pig/branches/branch-0.9/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/ivy/libraries.properties?rev=1176078&r1=1176077&r2=1176078&view=diff
==============================================================================
--- pig/branches/branch-0.9/ivy/libraries.properties (original)
+++ pig/branches/branch-0.9/ivy/libraries.properties Mon Sep 26 21:52:24 2011
@@ -35,7 +35,8 @@ jackson.version=1.6.0
 javacc.version=4.2
 jdeb.version=0.8
 jdiff.version=1.0.9
-jetty-util.version=6.1.14
+jetty.version=6.1.26
+jetty-util.version=6.1.26
 jline.version=0.9.94
 joda-time.version=1.6
 jsch.version=0.1.38