[Build] Remove redundant trove4j compileOnly dependencies

^KTI-1135 In Progress
This commit is contained in:
Alexander.Likhachev
2023-12-13 17:28:12 +01:00
committed by Space Team
parent 21b438f55d
commit 60080e8bb8
9 changed files with 0 additions and 9 deletions
-1
View File
@@ -15,7 +15,6 @@ dependencies {
testCompileOnly(intellijCore())
testRuntimeOnly(intellijCore())
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
}