From 8dd4796d07203489a279a7d9df805390a5bc4a5e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 5 Feb 2018 14:01:13 +0000 Subject: [PATCH] Tidy up sample dependencies --- .gitignore | 4 +++- samples/standalone/restdocs/http-client/pom.xml | 6 +----- samples/standalone/webclient/http-client/pom.xml | 7 +------ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index e92ba1f3f9..439afc42b8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,14 @@ .classpath .project .settings/ +.sts4-cache/ target/ build/ bin/ .gradle/ *.class +.attach* # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -36,4 +38,4 @@ hs_err_pid* *.log interpolated-settings.xml interpolated-pom.xml -dependency-reduced-pom.xml \ No newline at end of file +dependency-reduced-pom.xml diff --git a/samples/standalone/restdocs/http-client/pom.xml b/samples/standalone/restdocs/http-client/pom.xml index ae1a5d5051..7a8f63d88c 100644 --- a/samples/standalone/restdocs/http-client/pom.xml +++ b/samples/standalone/restdocs/http-client/pom.xml @@ -46,7 +46,7 @@ org.springframework.cloud - spring-cloud-starter-contract-stub-runner + spring-cloud-contract-stub-runner test @@ -64,10 +64,6 @@ - - org.springframework.boot - spring-boot-starter-activemq - org.springframework.boot spring-boot-configuration-processor diff --git a/samples/standalone/webclient/http-client/pom.xml b/samples/standalone/webclient/http-client/pom.xml index c2a7b2e727..4fe064e1de 100644 --- a/samples/standalone/webclient/http-client/pom.xml +++ b/samples/standalone/webclient/http-client/pom.xml @@ -46,7 +46,7 @@ org.springframework.cloud - spring-cloud-starter-contract-stub-runner + spring-cloud-contract-stub-runner test @@ -64,10 +64,6 @@ - - org.springframework.boot - spring-boot-starter-activemq - org.springframework.boot spring-boot-configuration-processor @@ -93,7 +89,6 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven-surefire-plugin.version} **/*GradleTests.java