Skip to content

Commit

Permalink
Add missing modules to metrics-bom (#3154)
Browse files Browse the repository at this point in the history
`metrics-jersey31`, `metrics-logback13`, and `metrics-logback14` were missing from the Dropwizard Metrics BOM.
  • Loading branch information
joschi committed Feb 7, 2023
1 parent 15c7f83 commit ccb46de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions metrics-bom/pom.xml
Expand Up @@ -105,6 +105,11 @@
<artifactId>metrics-jersey3</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jersey31</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jetty9</artifactId>
Expand Down Expand Up @@ -145,6 +150,16 @@
<artifactId>metrics-logback</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-logback13</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-logback14</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-servlet</artifactId>
Expand Down

0 comments on commit ccb46de

Please sign in to comment.