You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2011/04/12 15:34:31 UTC

svn commit: r1091407 - in /nutch/branches/branch-1.3: CHANGES.txt ivy/ivy.xml

Author: markus
Date: Tue Apr 12 13:34:31 2011
New Revision: 1091407

URL: http://svn.apache.org/viewvc?rev=1091407&view=rev
Log:
NUTCH-890 Fix IllegalAccessError with slf4j used in Solrj

Modified:
    nutch/branches/branch-1.3/CHANGES.txt
    nutch/branches/branch-1.3/ivy/ivy.xml

Modified: nutch/branches/branch-1.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/CHANGES.txt?rev=1091407&r1=1091406&r2=1091407&view=diff
==============================================================================
--- nutch/branches/branch-1.3/CHANGES.txt (original)
+++ nutch/branches/branch-1.3/CHANGES.txt Tue Apr 12 13:34:31 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.3 - Current Development
 
+* NUTCH-890 Fix IllegalAccessError with slf4j used in Solrj (markus)
+
 * NUTCH-891 Subcollection plugin won't require blacklist any more (markus)
 
 * NUTCH-972 CrawlDbMerger doesn't break on non-existent input (Gabriele Kahlout via jnioche)

Modified: nutch/branches/branch-1.3/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/ivy/ivy.xml?rev=1091407&r1=1091406&r2=1091407&view=diff
==============================================================================
--- nutch/branches/branch-1.3/ivy/ivy.xml (original)
+++ nutch/branches/branch-1.3/ivy/ivy.xml Tue Apr 12 13:34:31 2011
@@ -32,7 +32,7 @@
 	<dependencies>
 		<dependency org="org.apache.solr" name="solr-solrj" rev="1.4.1"
 			conf="*->default" />
-		<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.11" conf="*->master" />
+		<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.5" conf="*->master" />
 
 		<dependency org="commons-logging" name="commons-logging"
 			rev="1.0.4" conf="*->master" />