mirror of https://github.com/sbt/sbt.git
Actually pass in the artifact, rather than just a global match
This commit is contained in:
parent
59c025a767
commit
8045731500
|
|
@ -447,7 +447,7 @@ private object IvySbt
|
|||
{
|
||||
for(conf <- dependencyDescriptor.getModuleConfigurations)
|
||||
{
|
||||
dependencyDescriptor.addExcludeRule(conf, IvyScala.excludeRule(excls.organization, excls.name, excls.configurations, "*"))
|
||||
dependencyDescriptor.addExcludeRule(conf, IvyScala.excludeRule(excls.organization, excls.name, excls.configurations, excls.artifact))
|
||||
}
|
||||
}
|
||||
moduleID.addDependency(dependencyDescriptor)
|
||||
|
|
|
|||
Loading…
Reference in New Issue