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