<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-test-utilities</artifactId>
<version>4.2.0</version>
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-test-utilities', version='4.2.0')
)
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>4.2.0</version> </parent>
compile
|-- ca.uhn.hapi.fhir:hapi-fhir-base:4.2.0
|-- ca.uhn.hapi.fhir:hapi-fhir-server:4.2.0
|-- ca.uhn.hapi.fhir:hapi-fhir-client:4.2.0
|-- 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