New J2K: remove unused dependency from nj2k-services

This commit is contained in:
Ilya Kirillov
2019-05-16 14:43:03 +03:00
parent c9decd5dc9
commit 0a974cd419
-2
View File
@@ -59,8 +59,6 @@ dependencies {
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testCompile(commonDep("junit:junit"))
testRuntime(commonDep("org.jetbrains", "markdown"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":kotlin-preloader"))