From b10a329fe10500a14b16b8eb57102189f5929ce4 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 22 Aug 2018 19:19:32 -0400 Subject: [PATCH] Sample e2e tests pom changes Sample e2e tests module now inherit from the same parent pom as the other sample projects. Resolves #88 --- samples-e2e-tests/pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/samples-e2e-tests/pom.xml b/samples-e2e-tests/pom.xml index 09978fd..8270ee2 100644 --- a/samples-e2e-tests/pom.xml +++ b/samples-e2e-tests/pom.xml @@ -9,9 +9,10 @@ Collection of Spring Cloud Stream Aggregate Samples - org.springframework.cloud - spring-cloud-build - 2.1.0.BUILD-SNAPSHOT + io.spring.cloud.stream.sample + spring-cloud-stream-samples-parent + 0.0.1-SNAPSHOT + ../ @@ -19,11 +20,6 @@ - - org.springframework.boot - spring-boot-starter-web - test - org.springframework.boot spring-boot-starter-test