Skip to content

Commit

Permalink
Inherit testcontainers-bom from kiwi-bom
Browse files Browse the repository at this point in the history
Closes #145
  • Loading branch information
sleberknight committed Nov 23, 2023
1 parent 199ce1a commit c827fd9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

<!-- Versions for test dependencies -->
<kiwi.version>3.1.0</kiwi.version>
<test-containers.version>1.19.3</test-containers.version>

<!-- Sonar properties -->
<sonar.projectKey>kiwiproject_dropwizard-consul</sonar.projectKey>
Expand All @@ -52,14 +51,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${test-containers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c827fd9

Please sign in to comment.