mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Polish contribution
Closes gh-261
This commit is contained in:
parent
6fe6c3b2f3
commit
014bbee2de
@ -38,10 +38,8 @@ initializr:
|
|||||||
cloud-contract-bom:
|
cloud-contract-bom:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-contract-dependencies
|
artifactId: spring-cloud-contract-dependencies
|
||||||
mappings:
|
version: 1.0.0.BUILD-SNAPSHOT
|
||||||
- versionRange: 1.4.0.BUILD-SNAPSHOT
|
repositories: spring-snapshots,spring-milestones
|
||||||
version: 1.0.0.BUILD-SNAPSHOT
|
|
||||||
repositories: spring-snapshots,spring-milestones
|
|
||||||
cloud-dataflow-bom:
|
cloud-dataflow-bom:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-dataflow-dependencies
|
artifactId: spring-cloud-dataflow-dependencies
|
||||||
@ -577,26 +575,29 @@ initializr:
|
|||||||
artifactId: spring-cloud-cluster-etcd
|
artifactId: spring-cloud-cluster-etcd
|
||||||
- name: Cloud Contract
|
- name: Cloud Contract
|
||||||
bom: cloud-contract-bom
|
bom: cloud-contract-bom
|
||||||
versionRange: 1.4.0.BUILD-SNAPSHOT
|
versionRange: 1.4.0.RC1
|
||||||
content:
|
content:
|
||||||
- name: Cloud Contract Verifier
|
- name: Cloud Contract Verifier
|
||||||
id: cloud-contract-verifier
|
id: cloud-contract-verifier
|
||||||
description: Spring Cloud Contract Verifier - dependencies required for the autogenerated tests by the Verifier plugin
|
description: Test dependencies required for autogenerated tests
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-contract-verifier
|
artifactId: spring-cloud-starter-contract-verifier
|
||||||
scope: test
|
scope: test
|
||||||
|
starter: false
|
||||||
- name: Cloud Contract Stub Runner
|
- name: Cloud Contract Stub Runner
|
||||||
id: cloud-contract-stub-runner
|
id: cloud-contract-stub-runner
|
||||||
description: Spring Cloud Contract Stub Runner for HTTP / Messaging based communication (allows for the client side automated server stubs downloading and running)
|
description: Stub Runner for HTTP/Messaging based communication
|
||||||
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
|
||||||
- name: Cloud Contract WireMock
|
- name: Cloud Contract WireMock
|
||||||
id: cloud-contract-wiremock
|
id: cloud-contract-wiremock
|
||||||
description: Spring Cloud Contract WireMock dependencies required for the WireMock HTTP server
|
description: Test dependencies required for the WireMock HTTP server
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-contract-wiremock
|
artifactId: spring-cloud-contract-wiremock
|
||||||
scope: test
|
scope: test
|
||||||
|
starter: false
|
||||||
- name: Pivotal Cloud Foundry
|
- name: Pivotal Cloud Foundry
|
||||||
bom: scs-bom
|
bom: scs-bom
|
||||||
versionRange: 1.3.0.RELEASE
|
versionRange: 1.3.0.RELEASE
|
||||||
|
Loading…
Reference in New Issue
Block a user