SpineEventEngine / gcloud-java

Support for Spine-based Java apps running under Google Cloud
https://spine.io
Apache License 2.0
3 stars 0 forks source link

Consider using `libraries-bom` for GCP dependencies #163

Open yuri-sergiichuk opened 3 years ago

yuri-sergiichuk commented 3 years ago

Maintaining compatibility of our GCP dependencies manually may be tedious and lead to undesired dependency conflicts if done wrong. GCP Cloud Libraries developers suggest relying on libraries-bom in order to simplify dependencies management. We may want to consider using bom in the library as well as to promote this approach across the framework users.