Merge pull request #1476 from sbt/wip/exclude-rules-ivy

Add caching around dependency exclude rule evaluation
This commit is contained in:
eugene yokota 2014-07-31 17:14:01 -04:00
commit 80581e3bf8
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ final class ConfigurationReport(
val configuration: String,
val modules: Seq[ModuleReport],
val details: Seq[ModuleDetailReport],
@deprecated("Use details instead to get better eviction info.", "0.13.6")
val evicted: Seq[ModuleID]) {
@deprecated("Use details instead to get better eviction info.", "0.13.6") val evicted: Seq[ModuleID]) {
def this(configuration: String, modules: Seq[ModuleReport], evicted: Seq[ModuleID]) =
this(configuration, modules, Nil, evicted)