We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa214b9 commit d0c377fCopy full SHA for d0c377f
pom.xml
@@ -110,17 +110,12 @@
110
<groupId>org.springframework.cloud</groupId>
111
<artifactId>spring-cloud-starter-gateway</artifactId>
112
</dependency>
113
- <dependency>
114
- <groupId>io.micrometer</groupId>
115
- <artifactId>micrometer-core</artifactId>
116
- </dependency>
117
-
118
- <!-- runtime dependencies -->
119
<dependency>
120
<groupId>org.springframework.boot</groupId>
121
<artifactId>spring-boot-starter-actuator</artifactId>
122
- <scope>runtime</scope>
123
+
+ <!-- runtime dependencies -->
124
125
<groupId>io.micrometer</groupId>
126
<artifactId>micrometer-registry-prometheus</artifactId>
0 commit comments