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
I get a similar issue, Everytime I add a spring cloud related starter for my pom, ex cloud config, spring vault, etc, The below mentioned snippet gets adding again and again.
It's appending corresponding BOM when you add any "spring-cloud" starter. A potential fix would be: only to insert the BOM node when it doesn't exists in pom.xml.
The function Add starters... add another reference in
dependencyManagement
For example, first i create a pom with only Eureka Server and after i add Sleuth and Sleuth Zipkin
This is the result (left before and right after the commit)
The project compile and run but maven send me warning about it
The text was updated successfully, but these errors were encountered: