Skip to content

Commit

Permalink
Lock kiwi library versions to avoid dependency convergence errors (#663)
Browse files Browse the repository at this point in the history
* Lock dropwizard-application-errors version
* Lock dropwizard-service-utilities version
  • Loading branch information
sleberknight authored Jun 24, 2024
1 parent 06f8e75 commit f910fe7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-application-errors</artifactId>
<version>${dropwizard-application-errors.version}</version>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>${dropwizard-service-utilities.version}</version>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
Expand Down Expand Up @@ -100,13 +112,11 @@
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-application-errors</artifactId>
<version>${dropwizard-application-errors.version}</version>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>${dropwizard-service-utilities.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f910fe7

Please sign in to comment.