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 babc810 commit 007e963Copy full SHA for 007e963
prometheus-metrics-exposition-formats-no-protobuf-demo/pom.xml
@@ -50,7 +50,7 @@
50
<version>${project.version}</version>
51
<scope>runtime</scope>
52
</dependency>
53
-
+
54
<dependency>
55
<groupId>org.springframework.boot</groupId>
56
<artifactId>spring-boot-starter-web</artifactId>
@@ -64,6 +64,7 @@
64
<groupId>io.micrometer</groupId>
65
<artifactId>micrometer-registry-prometheus</artifactId>
66
<exclusions>
67
+ <!-- Exclude default module so that dependency is properly removed -->
68
<exclusion>
69
<groupId>io.prometheus</groupId>
70
<artifactId>prometheus-metrics-exposition-formats</artifactId>
0 commit comments