You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/18 02:07:13 UTC

[Solr Wiki] Update of "Solrj" by Pulkit Singhal

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Solrj" page has been changed by Pulkit Singhal.
http://wiki.apache.org/solr/Solrj?action=diff&rev1=48&rev2=49

--------------------------------------------------

          </dependency>
  }}}
  
+ If you see any exceptions saying NoClassDefFoundError, you will also need to include:
+ {{{
+         <dependency>
+             <groupId>org.slf4j</groupId>
+             <artifactId>slf4j-simple</artifactId>
+             <version>1.5.6</version>
+         </dependency> 
+ }}}
+