From 6fe6c3b2f3c291541b984878f973094cbfb6c1ce Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 19 Jul 2016 11:49:27 +0200 Subject: [PATCH] Add support for Spring Cloud Contract See gh-261 --- .../src/main/resources/application.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 4d941290..3da73c13 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -35,6 +35,13 @@ initializr: - versionRange: 1.3.7.BUILD-SNAPSHOT version: Brixton.BUILD-SNAPSHOT repositories: spring-snapshots,spring-milestones + cloud-contract-bom: + groupId: org.springframework.cloud + artifactId: spring-cloud-contract-dependencies + mappings: + - versionRange: 1.4.0.BUILD-SNAPSHOT + version: 1.0.0.BUILD-SNAPSHOT + repositories: spring-snapshots,spring-milestones cloud-dataflow-bom: groupId: org.springframework.cloud artifactId: spring-cloud-dataflow-dependencies @@ -568,6 +575,28 @@ initializr: description: Leadership election and global state with Etcd and spring-cloud-cluster-etcd groupId: org.springframework.cloud artifactId: spring-cloud-cluster-etcd + - name: Cloud Contract + bom: cloud-contract-bom + versionRange: 1.4.0.BUILD-SNAPSHOT + content: + - name: Cloud Contract Verifier + id: cloud-contract-verifier + description: Spring Cloud Contract Verifier - dependencies required for the autogenerated tests by the Verifier plugin + groupId: org.springframework.cloud + artifactId: spring-cloud-starter-contract-verifier + scope: test + - name: 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) + groupId: org.springframework.cloud + artifactId: spring-cloud-starter-contract-stub-runner + scope: test + - name: Cloud Contract WireMock + id: cloud-contract-wiremock + description: Spring Cloud Contract WireMock dependencies required for the WireMock HTTP server + groupId: org.springframework.cloud + artifactId: spring-cloud-contract-wiremock + scope: test - name: Pivotal Cloud Foundry bom: scs-bom versionRange: 1.3.0.RELEASE