velocity 1.4 dependencies are wrong
-----------------------------------
Key: MEV-384
URL: http://jira.codehaus.org/browse/MEV-384
Project: Maven Evangelism
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