Merge pull request #209 from dwijnand/lmCommonTest-test-only

Define lmCommonTest as a test-only dependency
This commit is contained in:
Dale Wijnand 2018-02-15 08:26:47 +00:00 committed by GitHub
commit 42dccdf82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",