Define lmCommonTest as a test-only dependency

This commit is contained in:
Dale Wijnand 2018-02-15 08:03:41 +00:00
parent 592dee0211
commit 06c3d22319
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -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",