[ 
http://jira.codehaus.org/browse/DISPL-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

fabrizio giustina resolved DISPL-464.
-------------------------------------

    Resolution: Incomplete

Dependency versions are declared in the parent pom, see 
http://repo1.maven.org/maven2/displaytag/displaytag-doc/1.1.1/displaytag-doc-1.1.1.pom

> Commons-lang dependency does not specify a version
> --------------------------------------------------
>
>                 Key: DISPL-464
>                 URL: http://jira.codehaus.org/browse/DISPL-464
>             Project: DisplayTag
>          Issue Type: Bug
>          Components: Build/distribution
>    Affects Versions: 1.1
>            Reporter: Arnaud Jeansen
>            Priority: Minor
>
> Displaytag v1.1 requires at least commons-lang version 2.1. This is checked 
> by the DependencyChecker class, and running with version 2.0 will trigger an 
> error from this DependencyChecker.
> However, the pom.xml listing dependencies has no required versions for 
> commons-lang :
> [...]
>     <dependency>
>       <groupId>commons-lang</groupId>
>       <artifactId>commons-lang</artifactId>
>     </dependency>
> [...]
> This dependency should require 2.1 the following way :
> [...]
>       <dependency>
>               <groupId>commons-lang</groupId>
>               <artifactId>commons-lang</artifactId>
>               <version>2.1</version>
>       </dependency>
> [...]
> Setting as minor because a simple workaround would be to add the above 
> dependency in your own project's pom.xml

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

        

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to