Using Test.logback instead of Runtime.logback

This commit is contained in:
Gert Vanthienen 2012-06-12 16:22:21 +02:00
parent cc79aae1a4
commit cfbf13ec2a

View file

@ -480,7 +480,7 @@ object Dependencies {
val camel = Seq(camelCore, Test.scalatest, Test.junit, Test.mockito)
val osgi = Seq(osgiCore, ariesBlueprint, Runtime.logback, Test.ariesProxy, Test.commonsIo, Test.pojosr, Test.tinybundles, Test.scalatest, Test.junit)
val osgi = Seq(osgiCore, ariesBlueprint, Test.logback, Test.ariesProxy, Test.commonsIo, Test.pojosr, Test.tinybundles, Test.scalatest, Test.junit)
val tutorials = Seq(Test.scalatest, Test.junit)