Skip to content

Commit d9825e3

Browse files
Consolidate Jupiter Frameworks
* Add junit-platform-launcher back in, but the version is now controlled by the BOM
1 parent bcbd6de commit d9825e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e-tests/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ dependencies {
2626
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
2727
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3'
2828
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
29+
30+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2931
}
3032

3133
tasks.withType(Test) {

0 commit comments

Comments
 (0)