maven solr-core pom should depend on servlet api
------------------------------------------------
Key: SOLR-1789
URL: https://issues.apache.org/jira/browse/SOLR-1789
Project: Solr
Issue Type: Bug
Components: Build
Affects Versions: 1.4
Reporter: David Smiley
Priority: Trivial
Fix For: 1.5
EmbeddedSolrServer, in Solr core, uses
org.apache.solr.servlet.SolrRequestParsers which (as its package reflects)
depends on the servlet API.
Fix:
Add the following to solr-core-pom.xml.template:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.