Skip to content

Commit

Permalink
Removes testcontainers version management. Let boot do it.
Browse files Browse the repository at this point in the history
Fixes gh-3256
  • Loading branch information
spencergibb committed Mar 8, 2024
1 parent a5b1359 commit 64b5f28
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 @@ -57,7 +57,6 @@
<junit-pioneer.version>1.9.1</junit-pioneer.version>
<spring-cloud-circuitbreaker.version>3.1.1-SNAPSHOT</spring-cloud-circuitbreaker.version>
<spring-cloud-commons.version>4.1.2-SNAPSHOT</spring-cloud-commons.version>
<testcontainers.version>1.19.1</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -123,13 +122,6 @@
<artifactId>junit-pioneer</artifactId>
<version>${junit-pioneer.version}</version>
</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 64b5f28

Please sign in to comment.