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
Describe the bug
When BOM is used in maven dependencyManagement section it will manage dependencies. It is good for the libraries which are provided by this repository, but for example such library as opentelemetry-bom is not managed by this repository. When spring-cloud-gcp-dependencies is added to dependencyManagement section it overwrites parent opentelemetry version.
The thing is here not about using certain feature, by using spring-cloud-gcp-dependencies in dependencyManagement I don't expect that it will manage additionally opentelemetry or other dependencies that Spring parent manages already. This creates implicit dependency override.
Describe the bug
When BOM is used in maven
dependencyManagement
section it will manage dependencies. It is good for the libraries which are provided by this repository, but for example such library as opentelemetry-bom is not managed by this repository. Whenspring-cloud-gcp-dependencies
is added todependencyManagement
section it overwrites parentopentelemetry
version.Sample
https://mvnrepository.com/artifact/com.google.cloud/spring-cloud-gcp-dependencies/5.1.2
Managed Dependencies section
The text was updated successfully, but these errors were encountered: