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-cloud-gcp-dependencies still lists spring-cloud-dependencies-parent as its parent. This is a relic from the time when this project was under spring-cloud organization.
There are a couple of things that need to be done:
Look through the spring-cloud-dependencies-parent sections that used to be inherited, and add the correct equivalent to spring-cloud-gcp-dependencies BOM. For example, the license needs to be added (use spring-cloud-gcp root poml.xml and just copy what it has). We don't need any of the profiles; our build does not use these.
The text was updated successfully, but these errors were encountered:
spring-cloud-gcp-dependencies
still listsspring-cloud-dependencies-parent
as its parent. This is a relic from the time when this project was underspring-cloud
organization.There are a couple of things that need to be done:
<parent>
section in thespring-cloud-gcp-dependencies
pom.xml
. Note that it will no longer have any parent. This is normal (here is libraries BOM as an example).spring-cloud-dependencies-parent
sections that used to be inherited, and add the correct equivalent tospring-cloud-gcp-dependencies
BOM. For example, the license needs to be added (usespring-cloud-gcp
rootpoml.xml
and just copy what it has). We don't need any of the profiles; our build does not use these.The text was updated successfully, but these errors were encountered: