diff --git a/samples/pom.xml b/samples/pom.xml index 5593036e94..507f0b65c8 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -20,14 +20,14 @@ ${basedir}/.. - - wiremock-native - wiremock-jetty - wiremock-tomcat - wiremock-undertow - wiremock-undertow-ssl + + wiremock-native + wiremock-jetty + wiremock-tomcat + wiremock-undertow + wiremock-undertow-ssl - + @@ -47,15 +47,15 @@ - + - - maven-deploy-plugin - 2.8.2 - - true - - + + maven-deploy-plugin + 2.8.2 + + true + + diff --git a/samples/standalone/pom.xml b/samples/standalone/pom.xml index dea61ec965..c44d15f4fe 100644 --- a/samples/standalone/pom.xml +++ b/samples/standalone/pom.xml @@ -26,6 +26,8 @@ dsl messaging pact + webclient + yml diff --git a/samples/standalone/yml/http-client/build.gradle b/samples/standalone/yml/http-client/build.gradle index 4ccbb0a3fc..c549eaa389 100644 --- a/samples/standalone/yml/http-client/build.gradle +++ b/samples/standalone/yml/http-client/build.gradle @@ -24,6 +24,7 @@ repositories { apply plugin: 'groovy' apply plugin: 'org.springframework.boot' +apply plugin: 'io.spring.dependency-management' apply plugin: 'maven-publish' dependencyManagement { diff --git a/samples/standalone/yml/http-server/build.gradle b/samples/standalone/yml/http-server/build.gradle index a61ca1bc72..44e3909325 100644 --- a/samples/standalone/yml/http-server/build.gradle +++ b/samples/standalone/yml/http-server/build.gradle @@ -29,8 +29,9 @@ repositories { apply plugin: 'groovy' apply plugin: 'org.springframework.boot' -apply plugin: 'spring-cloud-contract' +apply plugin: 'io.spring.dependency-management' apply plugin: 'maven-publish' +apply plugin: 'maven' dependencyManagement { imports {