You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2011/05/05 19:55:32 UTC

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

Author: jnioche
Date: Thu May  5 17:55:32 2011
New Revision: 1099895

URL: http://svn.apache.org/viewvc?rev=1099895&view=rev
Log:
NUTCH-983 Upgrade SolrJ to 3.1

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=1099895&r1=1099894&r2=1099895&view=diff
==============================================================================
--- nutch/branches/branch-1.3/CHANGES.txt (original)
+++ nutch/branches/branch-1.3/CHANGES.txt Thu May  5 17:55:32 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.3 - 4/21/2011
 
+* NUTCH-983 Upgrade SolrJ to 3.1 (markus, jnioche)
+
 * NUTCH-989 Index-basic plugin and Solr schema now use date fieldType for tstamp field (markus)
 
 * NUTCH-888 Remove parse-rss and add tests for rss to parse-tika (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=1099895&r1=1099894&r2=1099895&view=diff
==============================================================================
--- nutch/branches/branch-1.3/ivy/ivy.xml (original)
+++ nutch/branches/branch-1.3/ivy/ivy.xml Thu May  5 17:55:32 2011
@@ -30,8 +30,8 @@
 	</publications>
 
 	<dependencies>
-		<dependency org="org.apache.solr" name="solr-solrj" rev="1.4.1"
-			conf="*->default" />
+		<dependency org="org.apache.solr" name="solr-solrj" rev="3.1.0"
+			conf="*->default"/>
 		<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.5" conf="*->master" />
 
 		<dependency org="commons-logging" name="commons-logging"
@@ -80,6 +80,11 @@
 		<dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.22"
 			conf="test->default" />
 
+                <!--global exclusion-->
+             	<exclude module="jmxtools" />
+             	<exclude module="jms" />
+             	<exclude module="jmxri" />
+
 	</dependencies>
 
 </ivy-module>