Fix JSR223 dependency on daemon in tests

This commit is contained in:
Nikolay Krasko
2020-03-24 15:37:18 +03:00
parent 46174a8c32
commit 1c3c1546b5
@@ -18,7 +18,7 @@ dependencies {
testCompile(project(":kotlin-script-runtime"))
testCompile(project(":kotlin-script-util"))
testCompile(projectRuntimeJar(":kotlin-daemon-client"))
testCompile(projectRuntimeJar(":kotlin-daemon"))
testCompile(projectRuntimeJar(":kotlin-daemon-embeddable"))
testCompile(projectRuntimeJar(":kotlin-compiler-embeddable"))
testCompile(commonDep("junit:junit"))
testCompile(project(":kotlin-test:kotlin-test-junit"))