stream-applications icon indicating copy to clipboard operation
stream-applications copied to clipboard

[Build] Use Spring Boot and Spring Cloud BOM to manage versions

Open onobc opened this issue 2 years ago • 1 comments

In our stream-applications-build/pom.xml we have explicit versions for many libs that are either in the Spring Cloud or Spring Boot BOM.

Improve the build by removing these hardcoded versions.

onobc avatar Jun 09 '23 14:06 onobc

We should add a comment in stream-applications-build/pom.xml that includes a link to the list of version properties that Spring Boot supports. This will allow users to quickly choose the correct version to override if needed.

Version properties doc: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#appendix.dependency-versions.properties

onobc avatar Jun 09 '23 18:06 onobc