The velocity dependency definition in click-nodeps pom is incorretly.
----------------------------------------------------------------------
Key: CLK-593
URL: https://issues.apache.org/jira/browse/CLK-593
Project: Click
Issue Type: Bug
Components: core
Affects Versions: 2.1.0 RC1
Reporter: hantsy bai
The velocity dependency definition in click-nodeps pom is incorretly.
After 1.6, the groupId may be is org.apache.velocity , not velocity.
So the correct definition maybe like the following:
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.6.2</version>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|