Stream: hapi
Topic: maven packages missing
Sean McIlvenna (Apr 29 2020 at 21:41):
Last week, was not getting errors. This week, getting the following error:
[ERROR] Failed to execute goal on project XXXXX: Could not resolve dependencies for project: Failed to collect dependencies at ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:jar:4.0.0 -> ca.uhn.hapi.fhir:org.hl7.fhir.utilities:jar:4.0.0: Failed to read artifact descriptor for ca.uhn.hapi.fhir:org.hl7.fhir.utilities:jar:4.0.0: Could not find artifact ca.uhn.hapi.fhir:hapi-deployable-pom:pom:4.0.0-SNAPSHOT in oss-snapshot (https://oss.sonatype.org/content/repositories/snapshots/) -> [Help 1]
Seems to be implying that maven packages are missing from sonatype. Any idea why this is?
Sean McIlvenna (Apr 29 2020 at 21:42):
currently depending on 4.0.0 version of HAPI libraries. going to try updating to 4.2.0. but, still think it should work as-is...
Sean McIlvenna (Apr 29 2020 at 21:43):
the problem seems to be related to this: https://oss.sonatype.org/content/repositories/snapshots/ca/uhn/hapi/fhir/hapi-deployable-pom/4.0.0-SNAPSHOT/hapi-deployable-pom-4.0.0-SNAPSHOT.pom
Sean McIlvenna (Apr 29 2020 at 21:43):
-SNAPSHOT doesn't exist..
Grahame Grieve (Apr 29 2020 at 21:43):
@Mark Iantorno
Sean McIlvenna (Apr 29 2020 at 21:43):
confirmed that 4.2.0 works fine. 4.0.0 does not
James Agnew (Apr 30 2020 at 20:57):
4.0.0 was a failed release because of this issue, use 4.0.3 if you have to use that series.
Last updated: Apr 12 2022 at 19:14 UTC