From cfbf13ec2a042760cb35c21dc8972550c90eff2b Mon Sep 17 00:00:00 2001 From: Gert Vanthienen Date: Tue, 12 Jun 2012 16:22:21 +0200 Subject: [PATCH] Using Test.logback instead of Runtime.logback --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 7b3f5bf65c..7b2b7846e9 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -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)