Skip to content

Commit 2ed11f1

Browse files
committed
micrometer-registry-prometheusは明記しなくてよかった
1 parent e4fa7d0 commit 2ed11f1

File tree

1 file changed

+1
-6
lines changed
  • observability-example/observability-example-web

1 file changed

+1
-6
lines changed

observability-example/observability-example-web/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<scope>runtime</scope>
4848
<optional>true</optional>
4949
</dependency>
50-
<dependency>
51-
<groupId>io.micrometer</groupId>
52-
<artifactId>micrometer-registry-prometheus</artifactId>
53-
<scope>runtime</scope>
54-
</dependency>
5550
<dependency>
5651
<groupId>org.springframework.boot</groupId>
5752
<artifactId>spring-boot-starter-test</artifactId>
@@ -73,4 +68,4 @@
7368
</plugins>
7469
</build>
7570

76-
</project>
71+
</project>

0 commit comments

Comments
 (0)