Skip to content

Commit

Permalink
Merge pull request #150 from folio-org/APPPOCTOOL-34-testcontainers
Browse files Browse the repository at this point in the history
APPPOCTOOL-34: Cleanup testcontainers dependencies
  • Loading branch information
julianladisch authored Sep 12, 2024
2 parents f0e8770 + 7130f06 commit ca2d54f
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 ca2d54f

Please sign in to comment.