1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

Add basic Testcontainers test setup

This commit is contained in:
2023-08-08 13:23:18 +02:00
parent 3dea664999
commit 3039b4b2a7
3 changed files with 84 additions and 0 deletions

View File

@ -50,6 +50,8 @@ dependencies {
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
}
tasks.withType<KotlinCompile> {