From 9207c99b7ce24a8fac8a41f81e244796143bda4f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 16 Jun 2020 16:36:44 -0400 Subject: [PATCH] Testing demo dependency cleanup --- testing-samples/testing-demo/pom.xml | 33 ++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/testing-samples/testing-demo/pom.xml b/testing-samples/testing-demo/pom.xml index aa9d251..9499abe 100644 --- a/testing-samples/testing-demo/pom.xml +++ b/testing-samples/testing-demo/pom.xml @@ -10,12 +10,28 @@ Demonstrating how to test spring cloud stream apps - io.spring.cloud.stream.sample - spring-cloud-stream-samples-parent - 0.0.1-SNAPSHOT - ../.. + org.springframework.boot + spring-boot-starter-parent + 2.2.6.RELEASE + + + Hoxton.BUILD-SNAPSHOT + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + org.springframework.cloud @@ -27,6 +43,15 @@ spring-integration-jdbc + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + org.springframework.cloud spring-cloud-stream-test-support