changed default to R4 fixes #28

This commit is contained in:
patrick-werner
2019-05-28 18:48:59 +02:00
parent 7dc39e63ec
commit c24474f0c6
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
<!-- At least one "structures" JAR must also be included -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>${project.version}</version>
</dependency>