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 GregPendlebury.
http://wiki.apache.org/solr/Solrj?action=diff&rev1=55&rev2=56

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

                 <version>1.4.0</version>
                 <type>jar</type>
                 <scope>compile</scope>
+         </dependency>
+ }}}
+ 
+ Also, if using !EmbeddedSolrServer, keep in mind that Solr depends on the 
Servlet API. This may already be present in your we based applications, but 
even command line will require a depency like so:
+ {{{
+         <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>2.5</version>
          </dependency>
  }}}
  

Reply via email to