Stream: implementers
Topic: HAPI FHIR - DefaultProfileValidationSupport
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?
Lloyd McKenzie (Nov 21 2018 at 01:03):
@James Agnew ?
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