[ 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

Reply via email to