You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ar...@apache.org on 2011/08/31 01:34:56 UTC

svn commit: r1163453 - in /incubator/sqoop/trunk: ivy.xml ivy/libraries.properties

Author: arvind
Date: Tue Aug 30 23:34:56 2011
New Revision: 1163453

URL: http://svn.apache.org/viewvc?rev=1163453&view=rev
Log:
SQOOP-326. Upgrade Avro dependency version.

(Alejandro Abdelnur via Arvind Prabhakar)

Modified:
    incubator/sqoop/trunk/ivy.xml
    incubator/sqoop/trunk/ivy/libraries.properties

Modified: incubator/sqoop/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/ivy.xml?rev=1163453&r1=1163452&r2=1163453&view=diff
==============================================================================
--- incubator/sqoop/trunk/ivy.xml (original)
+++ incubator/sqoop/trunk/ivy.xml Tue Aug 30 23:34:56 2011
@@ -123,5 +123,7 @@ under the License.
       <exclude org="log4j" module="log4j"/>
     </dependency>
 
+    <exclude org="org.apache.hadoop" module="avro"/>
+
   </dependencies>
 </ivy-module>

Modified: incubator/sqoop/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/ivy/libraries.properties?rev=1163453&r1=1163452&r2=1163453&view=diff
==============================================================================
--- incubator/sqoop/trunk/ivy/libraries.properties (original)
+++ incubator/sqoop/trunk/ivy/libraries.properties Tue Aug 30 23:34:56 2011
@@ -18,7 +18,7 @@
 # This properties file lists the versions of the various artifacts we use.
 # It drives ivy and the generation of a maven POM
 
-avro.version=1.5.2
+avro.version=1.5.3
 
 checkstyle.version=5.0