Skip to content

Commit d0c377f

Browse files
antoinebhsSlimane AMAR
andauthored
Use spring-boot-starter-actuator for compile (#127)
Co-authored-by: Slimane AMAR <[email protected]>
1 parent aa214b9 commit d0c377f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,12 @@
110110
<groupId>org.springframework.cloud</groupId>
111111
<artifactId>spring-cloud-starter-gateway</artifactId>
112112
</dependency>
113-
<dependency>
114-
<groupId>io.micrometer</groupId>
115-
<artifactId>micrometer-core</artifactId>
116-
</dependency>
117-
118-
<!-- runtime dependencies -->
119113
<dependency>
120114
<groupId>org.springframework.boot</groupId>
121115
<artifactId>spring-boot-starter-actuator</artifactId>
122-
<scope>runtime</scope>
123116
</dependency>
117+
118+
<!-- runtime dependencies -->
124119
<dependency>
125120
<groupId>io.micrometer</groupId>
126121
<artifactId>micrometer-registry-prometheus</artifactId>

0 commit comments

Comments
 (0)