mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 20:58:03 +08:00
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
This commit is contained in:
parent
95cad98bd1
commit
8aaa397922
@ -1030,18 +1030,11 @@ initializr:
|
|||||||
starter: false
|
starter: false
|
||||||
- name: Cloud Contract Stub Runner
|
- name: Cloud Contract Stub Runner
|
||||||
id: 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
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-contract-stub-runner
|
artifactId: spring-cloud-starter-contract-stub-runner
|
||||||
scope: test
|
scope: test
|
||||||
starter: false
|
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
|
- name: Pivotal Cloud Foundry
|
||||||
bom: spring-cloud-services
|
bom: spring-cloud-services
|
||||||
versionRange: "[1.3.0.RELEASE,2.0.0.M1)"
|
versionRange: "[1.3.0.RELEASE,2.0.0.M1)"
|
||||||
|
Loading…
Reference in New Issue
Block a user