Skip to content

Commit

Permalink
Add testcontainers-bom as a managed dependency (#852)
Browse files Browse the repository at this point in the history
Closes #842
  • Loading branch information
sleberknight authored Nov 23, 2023
1 parent 6f18647 commit 778d0b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<spring-data-mongodb.version>4.2.0</spring-data-mongodb.version>
<stax-ex.version>2.1.0</stax-ex.version>
<stax2-api.version>4.2.2</stax2-api.version>
<test-containers.version>1.19.3</test-containers.version>
<woodstox-core.version>6.5.1</woodstox-core.version>
<zookeeper.version>3.9.1</zookeeper.version>

Expand Down Expand Up @@ -643,6 +644,14 @@
<version>${stax-ex.version}</version>
</dependency>

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

<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
Expand Down

0 comments on commit 778d0b2

Please sign in to comment.