Skip to content

Commit

Permalink
HSEARCH-4674 Use testcontainers BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Oct 24, 2023
1 parent da76a8c commit 0c73184
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,23 +686,20 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>${version.org.mockito}</version>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>jdbc</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<!--
Manage the upgrade from Hamcrest 1.x to 2.x:
http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
Expand Down

0 comments on commit 0c73184

Please sign in to comment.