Skip to content

Commit 650941f

Browse files
committed
Remove endpoint infrastructure dependency from spring-boot-metrics
1 parent d7ed900 commit 650941f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

spring-boot-project/spring-boot-actuator-integration-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"))
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.metrics.actuate.endpoint;
17+
package org.springframework.boot.actuate.metrics;
1818

1919
import java.io.IOException;
2020
import java.util.List;
@@ -28,6 +28,7 @@
2828
import io.micrometer.core.instrument.simple.SimpleMeterRegistry;
2929

3030
import org.springframework.boot.actuate.endpoint.web.test.WebEndpointTest;
31+
import org.springframework.boot.metrics.actuate.endpoint.MetricsEndpoint;
3132
import org.springframework.context.annotation.Bean;
3233
import org.springframework.context.annotation.Configuration;
3334
import org.springframework.test.web.reactive.server.WebTestClient;

spring-boot-project/spring-boot-metrics/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)