Add test dependencies to match Maven configuration

This commit is contained in:
Dave Syer 2023-07-06 06:44:53 +01:00
parent 029de905b3
commit f85ad88f33

View file

@ -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') {