Skip to content

Commit 49ab379

Browse files
committed
fix
1 parent 2e0a163 commit 49ab379

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/distro/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ subprojects {
7070

7171
testImplementation("org.mockito:mockito-core:5.15.2")
7272
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
73-
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
7473
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
74+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:${versions.junit}")
7575
}
7676

7777
tasks {

examples/extension/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ dependencies {
108108

109109
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
110110
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
111+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:${versions.junit}")
112+
111113
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.16")
112114

113115
//Otel Java instrumentation that we use and extend during integration tests

0 commit comments

Comments
 (0)