[jira] Created: (CLK-593) The velocity dependency definition in click-nodeps pom is incorretly.

2 messages Options
Embed this post
Permalink
JIRA jira@apache.org

[jira] Created: (CLK-593) The velocity dependency definition in click-nodeps pom is incorretly.

Reply Threaded More More options
Print post
Permalink
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.

JIRA jira@apache.org

[jira] Closed: (CLK-593) The velocity dependency definition in click-nodeps pom is incorretly.

Reply Threaded More More options
Print post
Permalink

     [ https://issues.apache.org/jira/browse/CLK-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink closed CLK-593.
-----------------------------

    Resolution: Fixed

Thanks Hantsy, this has already been fixed in trunk.

> 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.