File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ subprojects {
70
70
71
71
testImplementation(" org.mockito:mockito-core:5.15.2" )
72
72
testImplementation(enforcedPlatform(" org.junit:junit-bom:${ versions.junit} " ))
73
- testImplementation(" org.junit.jupiter:junit-jupiter-api:${ versions.junit} " )
74
73
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:${ versions.junit} " )
74
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:${ versions.junit} " )
75
75
}
76
76
77
77
tasks {
Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ dependencies {
108
108
109
109
testImplementation(" org.junit.jupiter:junit-jupiter-api:${ versions.junit} " )
110
110
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:${ versions.junit} " )
111
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:${ versions.junit} " )
112
+
111
113
testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.16" )
112
114
113
115
// Otel Java instrumentation that we use and extend during integration tests
You can’t perform that action at this time.
0 commit comments