Fix POM to state correct dependency on commons-collections
----------------------------------------------------------
Key: VELOCITY-635
URL: https://issues.apache.org/jira/browse/VELOCITY-635
Project: Velocity
Issue Type: Bug
Components: Build, Engine
Affects Versions: 1.6-beta1
Reporter: Benjamin Bentmann
Attachments: VELOCITY-635.patch
build.properties:
{noformat}
# Jars to be downloaded
jar.antlr.version= 2.7.5
jar.avalon-logkit.version= 2.1
jar.commons-collections.version= 3.2.1
{noformat}
POM:
{code:xml}
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
</dependency>
{code}
--
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]