Remove verifier from test-utils because it's unused. (#805)

This commit is contained in:
Chris Rankin 2017-06-07 13:34:14 +01:00 committed by GitHub
parent 73e5eddb13
commit 83c7f8cc5c
2 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,7 @@ dependencies {
compile project(':client:jfx')
compile project(':node')
testCompile project(':test-utils')
testCompile project(':verifier')
compile "org.graphstream:gs-core:1.3"
compile("org.graphstream:gs-ui:1.3") {

View File

@ -15,7 +15,6 @@ dependencies {
compile project(':core')
compile project(':node')
compile project(':webserver')
compile project(':verifier')
compile project(':client:mock')
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"