File tree 13 files changed +12
-12
lines changed
micrometer-samples-hazelcast3
micrometer-samples-jersey3
micrometer-samples-kotlin
13 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ subprojects {
70
70
apply plugin : ' java'
71
71
} else {
72
72
apply plugin : ' java-library'
73
+ dependencies {
74
+ testImplementation libs. junitJupiter
75
+ testRuntimeOnly libs. junitPlatformLauncher
76
+ }
73
77
}
74
78
apply plugin : ' com.github.hierynomus.license'
75
79
apply plugin : ' checkstyle'
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ dependencies {
29
29
testImplementation project(' :micrometer-test' )
30
30
testImplementation project(' :micrometer-observation-test' )
31
31
testImplementation ' org.aspectj:aspectjweaver'
32
- testImplementation libs. junitJupiter
33
32
testImplementation ' org.assertj:assertj-core'
34
33
testImplementation ' org.springframework:spring-context'
35
34
testImplementation ' io.projectreactor:reactor-core'
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ jmh = "1.37"
49
49
jooqNew = " 3.19.8"
50
50
jsr107 = " 1.1.1"
51
51
jsr305 = " 3.0.2"
52
- junit = " 5.10.5 "
52
+ junit = " 5.12.0 "
53
53
kafka = " 2.8.2"
54
54
kafka-junit = " 4.2.10"
55
55
latency-utils = " 2.0.3"
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ dependencies {
7
7
// Aspects
8
8
optionalApi ' org.aspectj:aspectjweaver'
9
9
10
- // JUnit 5
11
- testImplementation libs. junitJupiter
12
10
testImplementation ' org.assertj:assertj-core'
13
11
}
14
12
Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ dependencies {
148
148
// testImplementation 'com.google.dagger:dagger'
149
149
// testAnnotationProcessor 'com.google.dagger:dagger-compiler'
150
150
151
- // JUnit 5
152
- testImplementation libs. junitJupiter
153
151
testImplementation(libs. archunitJunit5) {
154
152
// avoid transitively pulling in slf4j 2
155
153
exclude group : " org.slf4j" , module : " slf4j-api"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ dependencies {
19
19
20
20
optionalApi ' jakarta.jms:jakarta.jms-api'
21
21
22
- testImplementation libs. junitJupiter
23
22
testImplementation(libs. archunitJunit5) {
24
23
// avoid transitively pulling in slf4j 2
25
24
exclude group : " org.slf4j" , module : " slf4j-api"
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ dependencies {
4
4
api project(" :micrometer-core" )
5
5
api libs. jetty11Server
6
6
7
- testImplementation libs. junitJupiter
8
7
testImplementation ' org.assertj:assertj-core'
9
8
}
10
9
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ dependencies {
31
31
32
32
testImplementation ' org.springframework:spring-context'
33
33
34
- // JUnit 5
35
- testImplementation libs. junitJupiter
36
34
testImplementation(libs. archunitJunit5) {
37
35
// avoid transitively pulling in slf4j 2
38
36
exclude group : " org.slf4j" , module : " slf4j-api"
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import aQute.bnd.gradle.TestOSGi
4
4
5
5
dependencies {
6
6
testImplementation ' org.assertj:assertj-core'
7
- testImplementation libs. junitJupiter
8
7
testImplementation libs. osgiJunit5
9
8
testImplementation ' org.slf4j:slf4j-api'
10
9
@@ -17,7 +16,6 @@ dependencies {
17
16
18
17
testImplementation libs. felixFramework
19
18
20
- testRuntimeOnly libs. junitPlatformLauncher
21
19
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
22
20
testRuntimeOnly libs. felixScr
23
21
testRuntimeOnly libs. slfj4Simple
Original file line number Diff line number Diff line change @@ -12,5 +12,7 @@ dependencies {
12
12
implementation ' ch.qos.logback:logback-classic'
13
13
14
14
testImplementation project(' :micrometer-test' )
15
+ testImplementation libs. junitJupiter
16
+ testRuntimeOnly libs. junitPlatformLauncher
15
17
testImplementation libs. mockitoCore5
16
18
}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies {
22
22
23
23
testImplementation libs. jersey3TestFrameworkJdkHttp
24
24
testImplementation libs. junitJupiter
25
+ testRuntimeOnly libs. junitPlatformLauncher
25
26
testImplementation ' org.assertj:assertj-core'
26
27
testImplementation libs. awaitility
27
28
}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies {
13
13
implementation libs. jooqLatest
14
14
15
15
testImplementation libs. junitJupiter
16
+ testRuntimeOnly libs. junitPlatformLauncher
16
17
testImplementation libs. assertj
17
18
testImplementation libs. mockitoCore5
18
19
Original file line number Diff line number Diff line change @@ -22,4 +22,7 @@ dependencies {
22
22
testRuntimeOnly libs. contextPropagation
23
23
24
24
testImplementation project(" :micrometer-test" )
25
+
26
+ testImplementation libs. junitJupiter
27
+ testRuntimeOnly libs. junitPlatformLauncher
25
28
}
You can’t perform that action at this time.
0 commit comments