
There are two causes to missing shared-dependencies BOM version in the 7 repos shown above:
1. Missing parent pom.xml in below repos:
spanner-jdbc, notification, dns
To correct this, we need to make a code change to fetch shared-dependencies BOM version from Github(release tag branch e.g. https://github.com/googleapis/java-dns/blob/v1.0.4/pom.xml) instead of Maven (using parent URL).
2. Client not yet released with shared-dependencies BOM:
compute -- googleapis/java-compute#181 (releasing today)
logging -- googleapis/java-logging#194 cc @simonz130 blocked by breaking changes. estimating a release on 11/5/2020.
nio -- googleapis/java-storage-nio#270 cc @frankyn
3. Incorrectly included artifact:
firestore-admin --> this is a module of java-firestore
To correct this, we need to remove it from the dashboard list.
A side effect is that none of their artifact-version URLs is working properly either.
There are two causes to missing shared-dependencies BOM version in the 7 repos shown above:
1. Missing parent pom.xml in below repos:
spanner-jdbc, notification, dns
To correct this, we need to make a code change to fetch shared-dependencies BOM version from Github(release tag branch e.g. https://github.com/googleapis/java-dns/blob/v1.0.4/pom.xml) instead of Maven (using parent URL).
2. Client not yet released with shared-dependencies BOM:
compute -- googleapis/java-compute#181 (releasing today)
logging -- googleapis/java-logging#194 cc @simonz130 blocked by breaking changes. estimating a release on 11/5/2020.
nio -- googleapis/java-storage-nio#270 cc @frankyn
3. Incorrectly included artifact:
firestore-admin --> this is a module of java-firestore
To correct this, we need to remove it from the dashboard list.
A side effect is that none of their artifact-version URLs is working properly either.