From 8aaa397922d91bcc8adfe3eb48954ac45bd73214 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 19 Mar 2018 16:29:45 +0100 Subject: [PATCH] Remove spring-cloud-contract-wiremock dependency The preferred way of adding `spring-cloud-contract-wiremock` is via `spring-cloud-starter-stub-runner`. It has always included that dependency, and we want to limit the number of starters. See gh-629 --- initializr-service/src/main/resources/application.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 4c35ff14..d137bd39 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -1030,18 +1030,11 @@ initializr: starter: false - name: Cloud Contract Stub Runner id: cloud-contract-stub-runner - description: Stub Runner for HTTP/Messaging based communication + description: Stub Runner for HTTP/Messaging based communication, allows creating WireMock stubs from RestDocs tests groupId: org.springframework.cloud artifactId: spring-cloud-starter-contract-stub-runner scope: test starter: false - - name: Cloud Contract WireMock - id: cloud-contract-wiremock - description: Test dependencies required for the WireMock HTTP server - groupId: org.springframework.cloud - artifactId: spring-cloud-contract-wiremock - scope: test - starter: false - name: Pivotal Cloud Foundry bom: spring-cloud-services versionRange: "[1.3.0.RELEASE,2.0.0.M1)"