Remove unnecessary dependencies on visualizer module

This commit is contained in:
Ivan Kylchik
2021-02-23 20:38:40 +03:00
committed by TeamCityServer
parent 13ef126d4c
commit 6f639a39a7
3 changed files with 5 additions and 3 deletions
@@ -16,7 +16,7 @@ dependencies {
testApiJUnit5(vintageEngine = true, runner = true, suiteApi = true)
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
testRuntime(project(":kotlin-reflect"))
testRuntime(intellijDep())
testJvm6ServerRuntime(projectTests(":compiler:tests-common-jvm6"))