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)"