[ 
https://issues.apache.org/jira/browse/SOLR-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe closed SOLR-1789.
-----------------------------


> 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
>            Assignee: Steven Rowe
>            Priority: Trivial
>             Fix For: 3.1
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to