[GRADLE-2918] Gradle 1.9 does not consider dependency management elements from imported pom Created: 08/Oct/13  Updated: 16/Oct/13  Resolved: 10/Oct/13

Status: Resolved
Project: Gradle
Affects Version/s: None
Fix Version/s: 1.9-rc-1

Type: Bug
Reporter: Gradle Forums Assignee: Benjamin Muschko
Resolution: Fixed Votes: 0


 Description   

Hello everyone,

The simple script below works fine with gradle 1.8, but not anymore with the latest nightly build:

apply plugin: 'java'

repositories {
mavenCentral()
}

dependencies {
compile 'commons-io:commons-io:2.4' // OK
compile 'org.richfaces.ui:richfaces-components-ui:4.3.4.Final' // Resource missing ?
}

See debug output here:
[1]https://gist.github.com/anonymous/689...
[2]https://gist.github.com/anonymous/689...

Any input most appreciated,

Thanks!
----------------------------------------------------------------------------------------
[1] https://gist.github.com/anonymous/6890794#file-gradle-1-8-ok
[2] https://gist.github.com/anonymous/6890794#file-gradle-1-9-ko



 Comments   
Comment by René Gröschke (Inactive) [ 09/Oct/13 ]

FYI: traced down the regression to this commit 5c2db6f8ca0f766ed901dd0bea120c747728584b

Generated at Wed Jun 30 12:34:58 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.