diff --git a/build.gradle b/build.gradle index 51e8fbf2b..bb01b85f0 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,10 @@ dependencies { runtimeOnly 'org.postgresql:postgresql' developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'org.springframework.boot:spring-boot-starter-test' + testImplementation 'org.springframework.boot:spring-boot-testcontainers' + testImplementation 'org.springframework.boot:spring-boot-docker-compose' + testImplementation 'org.testcontainers:junit-jupiter' + testImplementation 'org.testcontainers:mysql' } tasks.named('test') {