You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by av...@apache.org on 2012/06/01 17:41:04 UTC

svn commit: r1345285 - in /incubator/hcatalog/trunk: CHANGES.txt ivy.xml

Author: avandana
Date: Fri Jun  1 17:41:03 2012
New Revision: 1345285

URL: http://svn.apache.org/viewvc?rev=1345285&view=rev
Log:
HCAT-422 missing guava lib in trunk build causes unit test failures

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/ivy.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1345285&r1=1345284&r2=1345285&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Jun  1 17:41:03 2012
@@ -43,6 +43,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-422 missing guava lib in trunk build causes unit test failures
+
   HCAT-406 The "toString" method in HCatFieldSchema class return only type information. (avandana)
 
   HCAT-421 Unit test failures in trunk build (avandana)

Modified: incubator/hcatalog/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/ivy.xml?rev=1345285&r1=1345284&r2=1345285&view=diff
==============================================================================
--- incubator/hcatalog/trunk/ivy.xml (original)
+++ incubator/hcatalog/trunk/ivy.xml Fri Jun  1 17:41:03 2012
@@ -90,6 +90,8 @@
           conf="common->master"/>
 
         <!-- needed to run-->
+        <dependency org="com.google.guava" name="guava" rev="${guava.version}"
+          conf="common->master"/>
         <dependency org="org.slf4j" name="slf4j-api" rev="${slf4j.version}"
           conf="common->master"/>
         <dependency org="org.slf4j" name="slf4j-log4j12" rev="${slf4j.version}"