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 2013/04/19 23:15:13 UTC

svn commit: r1470046 - in /pig/branches/branch-0.11: CHANGES.txt ivy/pig.pom

Author: daijy
Date: Fri Apr 19 21:15:13 2013
New Revision: 1470046

URL: http://svn.apache.org/r1470046
Log:
PIG-3282: Pig pom.xml does not bring in joda-time as dependency

Modified:
    pig/branches/branch-0.11/CHANGES.txt
    pig/branches/branch-0.11/ivy/pig.pom

Modified: pig/branches/branch-0.11/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/CHANGES.txt?rev=1470046&r1=1470045&r2=1470046&view=diff
==============================================================================
--- pig/branches/branch-0.11/CHANGES.txt (original)
+++ pig/branches/branch-0.11/CHANGES.txt Fri Apr 19 21:15:13 2013
@@ -30,6 +30,8 @@ PIG-2769: a simple logic causes very lon
 
 BUG FIXES
 
+PIG-3282: Pig pom.xml does not bring in joda-time as dependency (sushanth via daijy)
+
 PIG-3262: Pig contrib 0.11 doesn't compile on certain rpm systems (mgrover via cheolsoo)
 
 PIG-3264: mvn signanddeploy target broken for pigunit, pigsmoke and piggybank (billgraham)

Modified: pig/branches/branch-0.11/ivy/pig.pom
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/ivy/pig.pom?rev=1470046&r1=1470045&r2=1470046&view=diff
==============================================================================
--- pig/branches/branch-0.11/ivy/pig.pom (original)
+++ pig/branches/branch-0.11/ivy/pig.pom Fri Apr 19 21:15:13 2013
@@ -128,7 +128,12 @@
       <artifactId>ST4</artifactId>
       <version>4.0.4</version>
     </dependency>
-   <dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>2.2</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>avro</artifactId>
       <version>1.3.2</version>