FHIR Chat · HAPI FHIR - DefaultProfileValidationSupport · implementers

Stream: implementers

Topic: HAPI FHIR - DefaultProfileValidationSupport


view this post on Zulip Shamil Nizamov (Nov 20 2018 at 22:55):

Where does the org.hl7.fhir.dstu3.hapi.validation.DefaultProfileValidationSupport class is hiding. I've included all dependencies available on Maven to my pom but Eclipse cannot find this particular one. Was it deprecated or something?

view this post on Zulip Lloyd McKenzie (Nov 21 2018 at 01:03):

@James Agnew ?

view this post on Zulip Patrick Werner (Nov 26 2018 at 14:29):

@Shamil
it is still included here:

<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir-validation</artifactId>
    <version>3.6.0</version>
</dependency>

Last updated: Apr 12 2022 at 19:14 UTC