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