From bd46362347ec25e4210722787d2b3083bb669d99 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Thu, 30 Jan 2025 15:08:26 +0100 Subject: [PATCH] add postgresql testcontainers --- hlaeja.versions.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hlaeja.versions.toml b/hlaeja.versions.toml index fcaba17..912fa49 100644 --- a/hlaeja.versions.toml +++ b/hlaeja.versions.toml @@ -34,8 +34,8 @@ projectreactor-kotlin-reactor-extensions = { group = "io.projectreactor.kotlin", springboot-starter = { group = "org.springframework.boot", name = "spring-boot-starter" } springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" } springboot-starter-cache = { group = "org.springframework.boot", name = "spring-boot-starter-cache" } -springboot-starter-cassandra = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra"} -springboot-starter-cassandra-reactive = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra-reactive"} +springboot-starter-cassandra = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra" } +springboot-starter-cassandra-reactive = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra-reactive" } springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" } springboot-starter-redis = { group = "org.springframework.boot", name = "spring-boot-starter-data-redis" } springboot-starter-security = { group = "org.springframework.boot", name = "spring-boot-starter-security" } @@ -46,7 +46,8 @@ thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf- # testing libraries assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" } mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" } - +testcontainers-junit = { group = "org.testcontainers", name = "junit-jupiter" } +testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" } junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }