diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 0353d35b..9ad6474f 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -68,6 +68,20 @@ initializr: - versionRange: "[1.4.4.BUILD-SNAPSHOT, 1.5.0.RC1)" version: 1.3.2.BUILD-SNAPSHOT repositories: spring-snapshots,spring-milestones + cloud-task-bom: + groupId: org.springframework.cloud + artifactId: spring-cloud-task-dependencies + mappings: + - versionRange: "[1.3.0.RELEASE, 1.3.x.RELEASE]" + version: 1.0.3.RELEASE + - versionRange: "[1.4.0.RELEASE,1.4.x.BUILD-SNAPSHOT)" + version: 1.1.2.RELEASE + - versionRange: "[1.4.x.BUILD-SNAPSHOT, 1.5.0.RC1)" + version: 1.1.3.BUILD-SNAPSHOT + repositories: spring-snapshots,spring-milestones + - versionRange: "1.5.0.RC1" + version: 1.2.0.BUILD-SNAPSHOT + repositories: spring-snapshots,spring-milestones experimental-reactive-bom: groupId: org.springframework.boot.experimental artifactId: spring-boot-dependencies-web-reactive @@ -411,7 +425,15 @@ initializr: id: cloud-task description: Task result tracking along with integration with batch and streams groupId: org.springframework.cloud - artifactId: spring-cloud-task-starter + versionRange: 1.3.0.RELEASE + bom: cloud-task-bom + mappings: + - versionRange: "[1.3.0.RELEASE,1.3.x.RELEASE]" + groupId: org.springframework.cloud + artifactId: spring-cloud-task-starter + - versionRange: "1.4.0.RELEASE" + groupId: org.springframework.cloud + artifactId: spring-cloud-starter-task - name: Cloud Config bom: cloud-bom versionRange: 1.2.3.RELEASE