KurtG schrieb:
> 
> This should look familiar
> 
> -----------
> [INFO] Failed to resolve artifact.
> 
> No versions are present in the repository for the artifact with a range
> [2.1,)
>   commons-collections:commons-collections:jar:null
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
> Path to dependency: 
>         1) my.xxx.company.SideScanProxy:jar:3.1-snapshot
>         2) jasperreports:jasperreports:jar:1.3.0
> --------------
> And, the dependency came from jasperreports: 
> 
>                 <dependency>
>                         <groupId>commons-collections</groupId>
>                         <artifactId>commons-collections</artifactId>
>                         <version>[2.1,)</version>
>                         <scope>compile</scope>
>                 </dependency>
> 
> but, if you look here:  
> http://repo2.maven.org/maven2/commons-collections/commons-collections/
> 
> There are a number of versions with 2.1 and higher that all contain jars.  
> Hm?   What's up? 
> 

Try 'mvn -U -up' to force Maven to search for versions. This may solve
this issue.

-- 
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to