Fixed some tests and broken dependencies

This commit is contained in:
Marcin Grzejszczak
2018-01-20 00:28:32 +01:00
parent e0db3c058a
commit ade0b65720
19 changed files with 121 additions and 154 deletions

View File

@@ -43,7 +43,7 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-actuator")
testCompile 'org.springframework.boot:spring-boot-starter-test'
testCompile 'org.springframework.restdocs:spring-restdocs-mockmvc'
testCompile 'org.springframework.restdocs:spring-restdocs-webtestclient'
testCompile 'org.springframework.cloud:spring-cloud-contract-wiremock'
}