Skip to content

Commit 3814e48

Browse files
authored
add dropwizard to bom (#1250)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 64f02ea commit 3814e48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prometheus-metrics-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
<artifactId>prometheus-metrics-exposition-formats</artifactId>
6868
<version>${project.version}</version>
6969
</dependency>
70+
<dependency>
71+
<groupId>io.prometheus</groupId>
72+
<artifactId>prometheus-metrics-instrumentation-dropwizard</artifactId>
73+
<version>${project.version}</version>
74+
</dependency>
7075
<dependency>
7176
<groupId>io.prometheus</groupId>
7277
<artifactId>prometheus-metrics-instrumentation-dropwizard5</artifactId>

0 commit comments

Comments
 (0)