Skip to content

Commit 534eab8

Browse files
committed
Use quarkus-micrometer-registry-prometheus
1 parent cfb03a0 commit 534eab8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

015-quarkus-micrometer/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
<dependencies>
1111
<dependency>
1212
<groupId>io.quarkus</groupId>
13-
<artifactId>quarkus-micrometer</artifactId>
14-
</dependency>
15-
<dependency>
16-
<groupId>io.micrometer</groupId>
17-
<artifactId>micrometer-registry-prometheus</artifactId>
13+
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
1814
</dependency>
1915
<dependency>
2016
<groupId>org.eclipse.microprofile.metrics</groupId>

0 commit comments

Comments
 (0)