[GRADLE-3361] Versions from dependencyManagement element of POM are not honoured for dependencies with a classifier Created: 10/Nov/15 Updated: 26/Nov/15 Resolved: 26/Nov/15 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Daz DeBoer | Assignee: | Unassigned |
| Resolution: | Not A Bug | Votes: | 0 |
| Description |
|
|
| Comments |
| Comment by Daz DeBoer [ 26/Nov/15 ] |
|
Further investigation of the Maven docs (https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Management) shows that this is not a bug. Dependency versions declared in a `dependencyManagement` section must match exactly on [groupId, artifactId, type, classifier]. |