return Provided to be transitive, ref #42

This commit is contained in:
Mark Harrah 2011-07-03 15:44:53 -04:00
parent 17fad01b01
commit 8d61d78c2b
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ object Configurations
lazy val Default = config("default")
lazy val Compile = config("compile")
lazy val IntegrationTest = config("it") extend(Runtime)
lazy val Provided = config("provided") intransitive ;
lazy val Provided = config("provided") ;
lazy val Docs = config("docs")
lazy val Runtime = config("runtime") extend(Compile)
lazy val Test = config("test") extend(Runtime)