wow! I didn't know a tool such as maven registry existed!!!

you guys should really add a link to it in the maven site! :)

On 5/1/06, Carlos Sanchez (JIRA) <[EMAIL PROTECTED]> wrote:

    [ http://jira.codehaus.org/browse/MEV-384?page=comments#action_64492 ]

Carlos Sanchez commented on MEV-384:
------------------------------------

This really scares me, there're 384 poms depending on it
http://www.mavenregistry.com/search/artifact/19997

I don't think we'll change it in this version. We can improve the
description in the pom to make people aware of what's happening

> 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




--
______________________________________
Cheers,
     Arik Kfir                                   [EMAIL PROTECTED]
     Linux user, number 415067 - http://counter.li.org/
     http://corleon.dnsalias.org

Reply via email to