Skip to content

Commit

Permalink
Remove jdbi3-core exclusion and explicit jdbi3-core 3.26.1 dependency
Browse files Browse the repository at this point in the history
Fixes #655
  • Loading branch information
sleberknight committed Jan 7, 2022
1 parent b749849 commit 867a4e2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,10 @@
<scope>provided</scope>
</dependency>

<!-- TODO: Remove exclusion when next version of BOM includes jdbi3-core -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TODO: Temporarily adding explicit jdbi3-core dependency until next version of BOM -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
<version>3.26.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 867a4e2

Please sign in to comment.