mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +08:00
Add task bom to scdf project
The additional bom fixes the version of spring cloud task (which is different than the one in the main cloud BOM). Fixes gh-342 some more. Closes gh-344
This commit is contained in:
parent
c0526d160d
commit
c691ed6df2
@ -41,7 +41,7 @@ initializr:
|
||||
cloud-dataflow-bom:
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-dataflow-dependencies
|
||||
additionalBoms: [cloud-bom]
|
||||
additionalBoms: [cloud-task-bom,cloud-bom]
|
||||
mappings:
|
||||
- versionRange: "[1.3.2.RELEASE,1.4.0.RELEASE)"
|
||||
version: 1.0.1.RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user