Skip to content

Commit

Permalink
APPPOCTOOL-34: Cleanup testcontainers dependencies
Browse files Browse the repository at this point in the history
In folio-security add test scope to testcontainers dependencies.

In dependencyManagement use testcontainers-bom.
  • Loading branch information
julianladisch committed Sep 10, 2024
1 parent f0e8770 commit 7130f06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
2 changes: 2 additions & 0 deletions folio-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down
19 changes: 3 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,10 @@
<!-- Test dependencies -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainer.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>${testcontainer.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>${testcontainer.version}</version>
<scope>test</scope>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 7130f06

Please sign in to comment.