diff --git a/samples/standalone/stream-sink/build.gradle b/samples/standalone/stream-sink/build.gradle
index 1b3d749874..c45db7b814 100644
--- a/samples/standalone/stream-sink/build.gradle
+++ b/samples/standalone/stream-sink/build.gradle
@@ -48,6 +48,7 @@ dependencies {
testCompile "junit:junit"
testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner-stream"
testCompile "org.springframework.cloud:spring-cloud-contract-wiremock"
+ testCompile "org.springframework.cloud:spring-cloud-stream-test-support"
}
test {
diff --git a/samples/standalone/stream-sink/pom.xml b/samples/standalone/stream-sink/pom.xml
index ffa5d92861..3a179f280c 100644
--- a/samples/standalone/stream-sink/pom.xml
+++ b/samples/standalone/stream-sink/pom.xml
@@ -45,6 +45,11 @@
spring-cloud-contract-wiremock
test
+
+ org.springframework.cloud
+ spring-cloud-stream-test-support
+ test
+
diff --git a/spring-cloud-contract-stub-runner/pom.xml b/spring-cloud-contract-stub-runner/pom.xml
index 6c0b51056a..8085547b3f 100644
--- a/spring-cloud-contract-stub-runner/pom.xml
+++ b/spring-cloud-contract-stub-runner/pom.xml
@@ -37,10 +37,6 @@
spring-cloud-starter-ribbon
true
-
- org.springframework.cloud
- spring-cloud-contract-verifier
-
org.springframework.cloud
spring-cloud-contract-spec
diff --git a/tests/spring-cloud-contract-stub-runner-camel/pom.xml b/tests/spring-cloud-contract-stub-runner-camel/pom.xml
index 841bafb547..3e83da2823 100644
--- a/tests/spring-cloud-contract-stub-runner-camel/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-camel/pom.xml
@@ -16,7 +16,6 @@
org.springframework.cloud
spring-cloud-contract-stub-runner
- test
org.springframework.cloud
diff --git a/tests/spring-cloud-contract-stub-runner-stream/pom.xml b/tests/spring-cloud-contract-stub-runner-stream/pom.xml
index 0cdfe70a81..34cd27f5e9 100644
--- a/tests/spring-cloud-contract-stub-runner-stream/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-stream/pom.xml
@@ -20,7 +20,6 @@
org.springframework.cloud
spring-cloud-contract-stub-runner
- test
org.springframework.cloud