Add missing gradle testcontainers dependencies

CLoses #1267
This commit is contained in:
Tai 2023-06-27 18:15:32 +07:00
parent ca2d8dbc09
commit ed06411053

View file

@ -35,6 +35,9 @@ 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.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:mysql'
}
tasks.named('test') {