Skip to content

Commit

Permalink
Manage Testcontainers version through Spring Boot dependency manageme…
Browse files Browse the repository at this point in the history
…nt (#1218)
  • Loading branch information
maciejwalkowiak authored Sep 18, 2024
1 parent cdfdaa8 commit 0ab9af7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<spotless.version>2.40.0</spotless.version>
<jacoco.version>0.8.8</jacoco.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<testcontainers.version>1.19.3</testcontainers.version>
</properties>

<modules>
Expand Down Expand Up @@ -70,13 +69,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 0ab9af7

Please sign in to comment.