From 3e9aabab9dda6da9d508b63b5a145e09b891b205 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 20 Jul 2016 11:28:46 +0200 Subject: [PATCH] Fixed poms --- samples/standalone/stream-sink/build.gradle | 3 ++- samples/standalone/stream-sink/pom.xml | 5 +++++ tests/samples-messaging-camel/pom.xml | 2 +- tests/samples-messaging-integration/pom.xml | 2 +- tests/samples-messaging-spring/pom.xml | 2 +- tests/samples-messaging-stream/pom.xml | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) 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 ..