From 8ebfb17bf2507763d465395645b4a3b26ba04b59 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 25 Jan 2018 17:07:04 +0100 Subject: [PATCH] Fixed the broken setup? --- samples/pom.xml | 30 +++++++++---------- samples/standalone/pom.xml | 2 ++ .../standalone/yml/http-client/build.gradle | 1 + .../standalone/yml/http-server/build.gradle | 3 +- 4 files changed, 20 insertions(+), 16 deletions(-) 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 {