File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
spring-boot-actuator-integration-tests
src/test/java/org/springframework/boot/actuate/metrics Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
1212 testImplementation(project(" :spring-boot-project:spring-boot-http-converter" ))
1313 testImplementation(project(" :spring-boot-project:spring-boot-jackson" ))
1414 testImplementation(project(" :spring-boot-project:spring-boot-jersey" ))
15+ testImplementation(project(" :spring-boot-project:spring-boot-metrics" ))
1516 testImplementation(project(" :spring-boot-project:spring-boot-reactor-netty" ))
1617 testImplementation(project(" :spring-boot-project:spring-boot-test" ))
1718 testImplementation(project(" :spring-boot-project:spring-boot-tomcat" ))
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .boot .metrics . actuate .endpoint ;
17+ package org .springframework .boot .actuate .metrics ;
1818
1919import java .io .IOException ;
2020import java .util .List ;
2828import io .micrometer .core .instrument .simple .SimpleMeterRegistry ;
2929
3030import org .springframework .boot .actuate .endpoint .web .test .WebEndpointTest ;
31+ import org .springframework .boot .metrics .actuate .endpoint .MetricsEndpoint ;
3132import org .springframework .context .annotation .Bean ;
3233import org .springframework .context .annotation .Configuration ;
3334import org .springframework .test .web .reactive .server .WebTestClient ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ dependencies {
2020 optional(" org.apache.logging.log4j:log4j-core" )
2121 optional(" org.aspectj:aspectjweaver" )
2222
23- testImplementation(project(" :spring-boot-project:spring-boot-actuator-test-support" ))
2423 testImplementation(project(" :spring-boot-project:spring-boot-test" ))
2524 testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
2625 testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
You can’t perform that action at this time.
0 commit comments