diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 3da73c13..1e77d665 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -38,10 +38,8 @@ initializr: 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 + version: 1.0.0.BUILD-SNAPSHOT + repositories: spring-snapshots,spring-milestones cloud-dataflow-bom: groupId: org.springframework.cloud artifactId: spring-cloud-dataflow-dependencies @@ -577,26 +575,29 @@ initializr: artifactId: spring-cloud-cluster-etcd - name: Cloud Contract bom: cloud-contract-bom - versionRange: 1.4.0.BUILD-SNAPSHOT + versionRange: 1.4.0.RC1 content: - name: 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 artifactId: spring-cloud-starter-contract-verifier scope: test + starter: false - 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) + description: Stub Runner for HTTP/Messaging based communication groupId: org.springframework.cloud artifactId: spring-cloud-starter-contract-stub-runner scope: test + starter: false - name: 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 artifactId: spring-cloud-contract-wiremock scope: test + starter: false - name: Pivotal Cloud Foundry bom: scs-bom versionRange: 1.3.0.RELEASE