[
http://jira.codehaus.org/browse/MEV-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90044
]
Carlos Sanchez commented on MEV-384:
------------------------------------
Velocity 1.5 is out, check this pom to see if everything looks right
http://people.apache.org/repo/m1-ibiblio-rsync-repository/velocity/poms/velocity-1.5.pom.carlos
> velocity 1.4 dependencies are wrong
> -----------------------------------
>
> Key: MEV-384
> URL: http://jira.codehaus.org/browse/MEV-384
> Project: Maven Evangelism
> Issue Type: Bug
> Components: Dependencies
> Reporter: fabrizio giustina
>
> The pom for velocity 1.4 lists only a single dependency, velocity-dep, which
> is simply a jar containing the same classes as velocity-1.4.jar, plus the
> logkit, oro, and commons-collection dependencies packaged together.
> velocity-dep should be removed from dependencies and the following should be
> added:
> <dependencies>
> <dependency>
> <groupId>logkit</groupId>
> <artifactId>logkit</artifactId>
> <version>1.0.1</version>
> </dependency>
> <dependency>
> <groupId>oro</groupId>
> <artifactId>oro</artifactId>
> <version>2.0.6</version>
> </dependency>
> <dependency>
> <groupId>commons-collections</groupId>
> <artifactId>commons-collections</artifactId>
> <version>1.0</version>
> </dependency>
> </dependencies>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira