<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-server</artifactId>
<version>4.2.0</version>
<type>bundle</type>
</dependency>
<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
|-- ca.uhn.hapi.fhir:org.hl7.fhir.utilities
|-- org.apache.httpcomponents:httpcore
|-- org.springframework:spring-beans
|-- org.springframework:spring-web
|-- org.apache.commons:commons-collections4
provided
|-- javax.servlet:javax.servlet-api
test