diff --git a/samples/standalone/stream-sink/build.gradle b/samples/standalone/stream-sink/build.gradle
index c45db7b814..9104b21701 100644
--- a/samples/standalone/stream-sink/build.gradle
+++ b/samples/standalone/stream-sink/build.gradle
@@ -46,9 +46,10 @@ dependencies {
testCompile "org.spockframework:spock-core"
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "junit:junit"
- testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner-stream"
+ testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner"
testCompile "org.springframework.cloud:spring-cloud-contract-wiremock"
testCompile "org.springframework.cloud:spring-cloud-stream-test-support"
+ testCompile "org.springframework.integration:spring-integration-java-dsl"
}
test {
diff --git a/samples/standalone/stream-sink/pom.xml b/samples/standalone/stream-sink/pom.xml
index 8b2db7f58d..0374dfd7e0 100644
--- a/samples/standalone/stream-sink/pom.xml
+++ b/samples/standalone/stream-sink/pom.xml
@@ -30,6 +30,11 @@
spring-cloud-starter-stream-rabbit
+
+ org.springframework.integration
+ spring-integration-java-dsl
+ test
+
org.springframework.boot
spring-boot-starter-test
diff --git a/tests/samples-messaging-camel/pom.xml b/tests/samples-messaging-camel/pom.xml
index 823a584e1f..fb4d93fb34 100644
--- a/tests/samples-messaging-camel/pom.xml
+++ b/tests/samples-messaging-camel/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.cloud
- spring-cloud-contract-samples
+ spring-cloud-contract-tests
1.0.0.BUILD-SNAPSHOT
..
diff --git a/tests/samples-messaging-integration/pom.xml b/tests/samples-messaging-integration/pom.xml
index 6d0c22cf65..669b3e001c 100644
--- a/tests/samples-messaging-integration/pom.xml
+++ b/tests/samples-messaging-integration/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.cloud
- spring-cloud-contract-samples
+ spring-cloud-contract-tests
1.0.0.BUILD-SNAPSHOT
..
diff --git a/tests/samples-messaging-spring/pom.xml b/tests/samples-messaging-spring/pom.xml
index 41814fddc0..8744349134 100644
--- a/tests/samples-messaging-spring/pom.xml
+++ b/tests/samples-messaging-spring/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.cloud
- spring-cloud-contract-samples
+ spring-cloud-contract-tests
1.0.0.BUILD-SNAPSHOT
..
diff --git a/tests/samples-messaging-stream/pom.xml b/tests/samples-messaging-stream/pom.xml
index d1cb66ded3..0ca978ac84 100644
--- a/tests/samples-messaging-stream/pom.xml
+++ b/tests/samples-messaging-stream/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.cloud
- spring-cloud-contract-samples
+ spring-cloud-contract-tests
1.0.0.BUILD-SNAPSHOT
..