Closed jvalkeal closed 3 years ago
Looks like defining versions here only works partially as in dataflow/skipper we end up in a maven dep hell for its closest
resolving. For resulting fat-jars we need to override as close as possible in an actual project, or having dep management import(which is why it works with boot 2.3.x).
Issue with dataflow
2.6.x
where we get due to a bit crazy version management in numbus poms. With dataflow2.7.x
gets good versions from boot2.3.x
but2.2.x
doesn't manage nimbus so we should manage versions here in1.4.x
line and then dataflow/skipper should get correct versions.Original issue reported spring-cloud/spring-cloud-dataflow#4223