You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/02/17 21:40:36 UTC

svn commit: r1245749 - /nutch/trunk/ivy/ivy.xml

Author: lewismc
Date: Fri Feb 17 20:40:36 2012
New Revision: 1245749

URL: http://svn.apache.org/viewvc?rev=1245749&view=rev
Log:
commit to remove jackson dependency from trunk ivy.xml as this is included in hadoop 1.0.0.

Modified:
    nutch/trunk/ivy/ivy.xml

Modified: nutch/trunk/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1245749&r1=1245748&r2=1245749&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Fri Feb 17 20:40:36 2012
@@ -43,9 +43,6 @@
 		<dependency org="commons-codec" name="commons-codec" rev="1.3"
 			conf="*->default" />
 
-		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.3"
-			conf="*->default" />
-
 		<dependency org="org.apache.hadoop" name="hadoop-core" rev="1.0.0"
 			conf="*->default">
 			<exclude org="hsqldb" name="hsqldb" />