From 06c3d22319c5b780d5f6b10ac05d20382a1999dc Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 15 Feb 2018 08:03:41 +0000 Subject: [PATCH] Define lmCommonTest as a test-only dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd22ba230..b240ea8f3 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ lazy val lmCommonTest = (project in file("common-test")) lazy val lmIvy = (project in file("ivy")) .enablePlugins(ContrabandPlugin, JsonCodecPlugin) - .dependsOn(lmCore, lmCommonTest) + .dependsOn(lmCore, lmCommonTest % Test) .settings( commonSettings, name := "librarymanagement-ivy",