You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring-boot-dependencies currently contains some dependency management from an imported bom that, ideally, wouldn't be there (#42522). I'd like to detect this sort of problem up front and fail the build when it occurs. We can then either decide to use the bom anyway or manage dependencies individually instead.
The text was updated successfully, but these errors were encountered:
Usually maintainers are open to change their pom structure, but sometimes it is difficult and tedious to explain the issue. Do you know of any Documentation about naming-conventions and best practices related to publishing dependencies using the bom import mechanism? Ideally the maven project should offer a corresponding page. Also, It would be great to have a "official" Spring Boot documentation for maintainers who publish a bom to be consumed by spring boot.
spring-boot-dependencies
currently contains some dependency management from an imported bom that, ideally, wouldn't be there (#42522). I'd like to detect this sort of problem up front and fail the build when it occurs. We can then either decide to use the bom anyway or manage dependencies individually instead.The text was updated successfully, but these errors were encountered: