Update docs for new messaging interfaces

This commit is contained in:
Dave Syer
2016-07-19 08:44:16 +01:00
parent a3c493c368
commit dcf09ef447
2 changed files with 32 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-actuator")
compile("org.springframework.cloud:spring-cloud-starter-stream-rabbit")
testCompile("org.springframework.cloud:spring-cloud-contract-verifier-stream:${findProperty('verifierVersion') ?: verifierVersion}")
testCompile("org.springframework.cloud:spring-cloud-contract-verifier-stream")
testCompile "org.spockframework:spock-core"
testCompile "org.spockframework:spock-spring"
testCompile "org.springframework:spring-test"