File tree 3 files changed +3
-2
lines changed
spring-boot-actuator-integration-tests
src/test/java/org/springframework/boot/actuate/metrics 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
12
12
testImplementation(project(" :spring-boot-project:spring-boot-http-converter" ))
13
13
testImplementation(project(" :spring-boot-project:spring-boot-jackson" ))
14
14
testImplementation(project(" :spring-boot-project:spring-boot-jersey" ))
15
+ testImplementation(project(" :spring-boot-project:spring-boot-metrics" ))
15
16
testImplementation(project(" :spring-boot-project:spring-boot-reactor-netty" ))
16
17
testImplementation(project(" :spring-boot-project:spring-boot-test" ))
17
18
testImplementation(project(" :spring-boot-project:spring-boot-tomcat" ))
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .boot .metrics . actuate .endpoint ;
17
+ package org .springframework .boot .actuate .metrics ;
18
18
19
19
import java .io .IOException ;
20
20
import java .util .List ;
28
28
import io .micrometer .core .instrument .simple .SimpleMeterRegistry ;
29
29
30
30
import org .springframework .boot .actuate .endpoint .web .test .WebEndpointTest ;
31
+ import org .springframework .boot .metrics .actuate .endpoint .MetricsEndpoint ;
31
32
import org .springframework .context .annotation .Bean ;
32
33
import org .springframework .context .annotation .Configuration ;
33
34
import org .springframework .test .web .reactive .server .WebTestClient ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ dependencies {
20
20
optional(" org.apache.logging.log4j:log4j-core" )
21
21
optional(" org.aspectj:aspectjweaver" )
22
22
23
- testImplementation(project(" :spring-boot-project:spring-boot-actuator-test-support" ))
24
23
testImplementation(project(" :spring-boot-project:spring-boot-test" ))
25
24
testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
26
25
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
You can’t perform that action at this time.
0 commit comments