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

Chris Male commented on SOLR-1964:
----------------------------------

To use velocity versions higher than 1.4, we need to use:

<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity</artifactId>
    <version>1.6.1</version>
</dependency>

They changed the groupId from velocity to org.apache.velocity starting with 1.5

> Double-check and fix Maven POM dependencies
> -------------------------------------------
>
>                 Key: SOLR-1964
>                 URL: https://issues.apache.org/jira/browse/SOLR-1964
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>            Reporter: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>
> To include the velocity deps in solr-core-pom.xml.template, something like 
> this:
> <dependency>
>    <groupId>velocity</groupId>
>    <artifactId>velocity</artifactId>
>    <version>1.6.1</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