Skip to content

Commit 007e963

Browse files
committed
Update pom.xml
1 parent babc810 commit 007e963

File tree

1 file changed

+2
-1
lines changed
  • prometheus-metrics-exposition-formats-no-protobuf-demo

1 file changed

+2
-1
lines changed

prometheus-metrics-exposition-formats-no-protobuf-demo/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<version>${project.version}</version>
5151
<scope>runtime</scope>
5252
</dependency>
53-
53+
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-starter-web</artifactId>
@@ -64,6 +64,7 @@
6464
<groupId>io.micrometer</groupId>
6565
<artifactId>micrometer-registry-prometheus</artifactId>
6666
<exclusions>
67+
<!-- Exclude default module so that dependency is properly removed -->
6768
<exclusion>
6869
<groupId>io.prometheus</groupId>
6970
<artifactId>prometheus-metrics-exposition-formats</artifactId>

0 commit comments

Comments
 (0)