[
https://issues.apache.org/jira/browse/SOLR-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880134#action_12880134
]
Chris Male commented on SOLR-1789:
----------------------------------
Hi Erik,
The fix probably deserves another issue. Maybe an issue related to fixing the
dependencies in the poms, which would include this and that for velocity.
In any case, to include the velocity deps in solr-core-pom.xml.template:
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
</dependency>
Needs to be added. (alternatively the version can be 1.5, if thats what we want
to use)
> 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]