Skip to content

Commit 91312fb

Browse files
committed
Exclude Vintage engine from JFRUnit dependency
1 parent 176ac40 commit 91312fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform-tests/platform-tests.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ dependencies {
2626
testImplementation(testFixtures(projects.junitPlatformLauncher))
2727
testImplementation(projects.junitJupiterEngine)
2828
testImplementation(libs.apiguardian)
29-
testImplementation(libs.jfrunit)
29+
testImplementation(libs.jfrunit) {
30+
exclude(group = "org.junit.vintage")
31+
}
3032
testImplementation(libs.joox)
3133
testImplementation(libs.openTestReporting.tooling)
3234
testImplementation(libs.bundles.xmlunit)

0 commit comments

Comments
 (0)