spring-cloud / spring-cloud-common-security-config

A common security infrastructure used by Spring Cloud Data Flow and the projects in its ecosystem
19 stars 32 forks source link

Define nimbus dependencies #81

Closed jvalkeal closed 3 years ago

jvalkeal commented 3 years ago

Issue with dataflow 2.6.x where we get due to a bit crazy version management in numbus poms. With dataflow 2.7.x gets good versions from boot 2.3.x but 2.2.x doesn't manage nimbus so we should manage versions here in 1.4.x line and then dataflow/skipper should get correct versions.

Original issue reported spring-cloud/spring-cloud-dataflow#4223

jvalkeal commented 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).