From 7130f06e3a57f6cfa04ce51bb1bad03b75075b31 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Tue, 10 Sep 2024 12:18:39 +0200 Subject: [PATCH] APPPOCTOOL-34: Cleanup testcontainers dependencies In folio-security add test scope to testcontainers dependencies. In dependencyManagement use testcontainers-bom. --- folio-security/pom.xml | 2 ++ pom.xml | 19 +++---------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/folio-security/pom.xml b/folio-security/pom.xml index 5f12f3f..f52a48c 100644 --- a/folio-security/pom.xml +++ b/folio-security/pom.xml @@ -123,11 +123,13 @@ org.testcontainers testcontainers + test org.testcontainers postgresql + test diff --git a/pom.xml b/pom.xml index 3471fb7..0ff94b6 100644 --- a/pom.xml +++ b/pom.xml @@ -88,23 +88,10 @@ org.testcontainers - testcontainers + testcontainers-bom ${testcontainer.version} - test - - - - org.testcontainers - postgresql - ${testcontainer.version} - test - - - - org.testcontainers - kafka - ${testcontainer.version} - test + pom + import