<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-test-utilities</artifactId>
<version>5.1.0</version>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-test-utilities', version='5.1.0')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>5.1.0</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base
|-- ca.uhn.hapi.fhir:hapi-fhir-server
|-- ca.uhn.hapi.fhir:hapi-fhir-client
|-- org.eclipse.jetty:jetty-server
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.eclipse.jetty:jetty-servlet
|-- com.google.guava:guava-testlib
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
test