Skip to content

Commit

Permalink
.Removed explicit entries in POm for testcontainers.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixRilling committed Jan 27, 2024
1 parent 1e77d22 commit 453b525
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 @@ -18,8 +18,6 @@

<properties>
<java.version>21</java.version>

<testcontainers.version>1.19.4</testcontainers.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -121,13 +119,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Explicitly set same version as required by wikibaseapi.
Without this some other dependency management entry seems to have higher priority -->
<dependency>
Expand Down

0 comments on commit 453b525

Please sign in to comment.