Author: travis
Date: Thu Jul 26 17:44:46 2012
New Revision: 1366105
URL: http://svn.apache.org/viewvc?rev=1366105&view=rev
Log:
HCATALOG-456 : storage-handlers tests failing due to missing commons-io
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/ivy/libraries.properties
incubator/hcatalog/trunk/storage-handlers/hbase/ivy.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1366105&r1=1366104&r2=1366105&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Thu Jul 26 17:44:46 2012
@@ -63,6 +63,8 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-456 storage-handlers tests failing due to missing commons-io
(traviscrawford)
+
HCAT-452 HCat_Drop_Table_3 does not get initialized properly (cdrome via
toffer)
HCAT-445 Clover builds broken on trunk (aklochkov via traviscrawford)
Modified: incubator/hcatalog/trunk/ivy/libraries.properties
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/ivy/libraries.properties?rev=1366105&r1=1366104&r2=1366105&view=diff
==============================================================================
--- incubator/hcatalog/trunk/ivy/libraries.properties (original)
+++ incubator/hcatalog/trunk/ivy/libraries.properties Thu Jul 26 17:44:46 2012
@@ -24,6 +24,7 @@ commons-compress.version=1.4.1
commons-dbcp.version=1.4
commons-exec.version=1.1
commons-httpclient.version=3.0.1
+commons-io.version=2.4
commons-lang.version=2.4
commons-logging.version=1.1.1
commons-pool.version=1.5.4
Modified: incubator/hcatalog/trunk/storage-handlers/hbase/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/storage-handlers/hbase/ivy.xml?rev=1366105&r1=1366104&r2=1366105&view=diff
==============================================================================
--- incubator/hcatalog/trunk/storage-handlers/hbase/ivy.xml (original)
+++ incubator/hcatalog/trunk/storage-handlers/hbase/ivy.xml Thu Jul 26 17:44:46
2012
@@ -63,6 +63,8 @@
conf="common->master"/>
<dependency org="commons-lang" name="commons-lang"
rev="${commons-lang.version}"
conf="common->master"/>
+ <dependency org="commons-io" name="commons-io"
rev="${commons-io.version}"
+ conf="common->master"/>
<!-- hbase test dependencies -->
<dependency org="com.github.stephenc.high-scale-lib"
name="high-scale-lib" rev="${high-scale-lib.version}" conf="common->master" />