Skip to content

Commit 9a9bce8

Browse files
committed
Manage more prometheus artifacts to help enforcing dependecy convergence throughout Quarkiverse
1 parent d18f6d2 commit 9a9bce8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bom/application/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,11 +563,31 @@
563563
<artifactId>simpleclient</artifactId>
564564
<version>${prometheus.version}</version>
565565
</dependency>
566+
<dependency>
567+
<groupId>io.prometheus</groupId>
568+
<artifactId>simpleclient_caffeine</artifactId>
569+
<version>${prometheus.version}</version>
570+
</dependency>
566571
<dependency>
567572
<groupId>io.prometheus</groupId>
568573
<artifactId>simpleclient_common</artifactId>
569574
<version>${prometheus.version}</version>
570575
</dependency>
576+
<dependency>
577+
<groupId>io.prometheus</groupId>
578+
<artifactId>simpleclient_tracer_common</artifactId>
579+
<version>${prometheus.version}</version>
580+
</dependency>
581+
<dependency>
582+
<groupId>io.prometheus</groupId>
583+
<artifactId>simpleclient_tracer_otel</artifactId>
584+
<version>${prometheus.version}</version>
585+
</dependency>
586+
<dependency>
587+
<groupId>io.prometheus</groupId>
588+
<artifactId>simpleclient_tracer_otel_agent</artifactId>
589+
<version>${prometheus.version}</version>
590+
</dependency>
571591

572592
<!-- Quarkus core -->
573593

0 commit comments

Comments
 (0)