Add test compile dependency on org.testcontainers:testcontainers.

This commit is contained in:
John Blum
2019-06-13 01:09:25 -07:00
parent f365cebaa5
commit c8124d5c2b

View File

@@ -16,6 +16,7 @@ dependencies {
testCompile "junit:junit"
testCompile "org.mockito:mockito-core"
testCompile "org.projectlombok:lombok"
testCompile "org.testcontainers:testcontainers"
testCompile "edu.umd.cs.mtc:multithreadedtc"
testCompile("org.springframework.boot:spring-boot-starter-test") {