We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fa7d0 commit 2ed11f1Copy full SHA for 2ed11f1
observability-example/observability-example-web/pom.xml
@@ -47,11 +47,6 @@
47
<scope>runtime</scope>
48
<optional>true</optional>
49
</dependency>
50
- <dependency>
51
- <groupId>io.micrometer</groupId>
52
- <artifactId>micrometer-registry-prometheus</artifactId>
53
- <scope>runtime</scope>
54
- </dependency>
55
<dependency>
56
<groupId>org.springframework.boot</groupId>
57
<artifactId>spring-boot-starter-test</artifactId>
@@ -73,4 +68,4 @@
73
68
</plugins>
74
69
</build>
75
70
76
-</project>
71
+</project>
0 commit comments