Thanks for the posts 

I have a similar problem with the upgrade from MS5 to MS6. 
In my example I have a maven repo in which i placed the following artifact: 
> org.hibernate:hibernate-annotations:3.4.0.GA 

The pom of the artifact has a dependency init which points to: 
> org.hibernate:hibernate-core:3.3.0.SP1 

But the artifact 'org.hibernate:hibernate-core:3.3.0.SP1' has not been
placed into the artifactory. What has been placed there is the dependency: 
> org.hibernate:hibernate-core:3.3.1.GA 

So if I want to execute gradle eclipse or gradle build the build fails
because gradle does not find the dependency in the hibernate annotation pom: 
* What went wrong: 
Could not find group:org.hibernate, module:hibernate-core,
version:3.3.0.SP1. 
Required by: 
    ch.prait.deptest:DependencyTest:1.0.0 >
org.hibernate:hibernate-annotations:3.4.0.GA 

But if I add the right version of hibernate-core to my build file: 
> compile('org.hibernate:hibernate-core:3.3.1.GA') 
The build succeeds. 

This has been working in MS5 and Maven so far and it resolved automaticly
the 3.3.1.GA Version. 

Same bug ? Or no bug at all ? 
Regards 
Michael 
 



--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Dependency-resolution-improvements-tp4967492p5077081.html
Sent from the gradle-dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to