[ 
https://issues.apache.org/jira/browse/SOLR-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880131#action_12880131
 ] 

Erik Hatcher commented on SOLR-1789:
------------------------------------

Tacking this comment on to an open Solr+Maven issue - what's needed to do the 
right thing now that the VelocityResponseWriter and its dependencies have moved 
to Solr's core?   I know not Maven voodoo.   Does this deserve a separate issue?

> 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: Next
>
>   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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to