[Build] Do not add ij dependencies in testApiJUnit5

This is not needed since the dependencies are already declared as API dependencies in the relevant projects.
#KTI-1349 In Progress
This commit is contained in:
Alexander.Likhachev
2023-08-16 18:14:35 +02:00
committed by Space Team
parent ef0fb557a5
commit 7a1dc1f89b
3 changed files with 4 additions and 9 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ dependencies {
testApi(commonDependency("org.jetbrains.intellij.deps.jna:jna"))
testApi(jpsModel()) { isTransitive = false }
testApi(jpsModelImpl()) { isTransitive = false }
testApi(intellijJavaRt())
testApi(intellijJavaRt()) // for FileComparisonFailure
testApi(libs.junit4) // for ComparisonFailure
testApi(toolsJar())
}