removed unnecessary fhir-structure import

This commit is contained in:
patrick-werner
2019-05-28 22:44:01 +02:00
parent c24474f0c6
commit eaa0290636

View File

@@ -50,13 +50,6 @@
<version>${project.version}</version>
</dependency>
<!-- At least one "structures" JAR must also be included -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>${project.version}</version>
</dependency>
<!-- This dependency includes the JPA server itself, which is packaged separately from the rest of HAPI FHIR -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>