<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-test-utilities</artifactId>
<version>6.10.5</version>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-test-utilities', version='6.10.5')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>6.10.5</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- ca.uhn.hapi.fhir:hapi-fhir-server
|-- ca.uhn.hapi.fhir:hapi-fhir-client
|-- ca.uhn.hapi.fhir:org.hl7.fhir.dstu3
|-- ca.uhn.hapi.fhir:org.hl7.fhir.r4
|-- org.eclipse.jetty:jetty-server
|-- ch.qos.logback:logback-classic
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-test
|-- org.springframework:spring-webmvc
|-- org.springframework:spring-websocket
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate.search:hibernate-search-mapper-orm
|-- org.hibernate.validator:hibernate-validator
|-- net.sourceforge.htmlunit:htmlunit
|-- io.swagger.core.v3:swagger-annotations
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty.websocket:websocket-jetty-server
|-- com.google.guava:guava-testlib
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.testcontainers:testcontainers
test