FHIR Chat · hapi-fhir-validation-resources-r4 · hapi

Stream: hapi

Topic: hapi-fhir-validation-resources-r4


view this post on Zulip Rick Geimer (Mar 30 2020 at 00:19):

When I try to add the following maven dependency:
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation-resources-r4</artifactId>
<version>4.2.0</version>
</dependency>
I get an error about a missing artifact. Is there a problem with the Maven repository? All the other HAPI dependencies are working fine.

view this post on Zulip James Agnew (Mar 30 2020 at 00:41):

That dependency is definitely in Maven: https://repo1.maven.org/maven2/ca/uhn/hapi/fhir/hapi-fhir-validation-resources-r4/4.2.0/

You could try a mvn dependency:purge-local-repository to force a re-download..


Last updated: Apr 12 2022 at 19:14 UTC