Fix integration tests

See: #1033
This commit is contained in:
Vedran Pavic
2019-06-09 10:54:28 +02:00
parent e359468abc
commit 2e91024a56
20 changed files with 20 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
testCompile "org.springframework:spring-web"
testCompile "org.springframework.security:spring-security-core"
testCompile "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
testRuntime "org.junit.jupiter:junit-jupiter-engine"
integrationTestCompile "io.lettuce:lettuce-core"
integrationTestCompile "org.testcontainers:testcontainers"