Per #2058 - Making R5 structures non optionsl

This commit is contained in:
jamesagnew 2020-08-30 10:17:15 -04:00
parent 437e81fc65
commit b2853567f3
1 changed files with 3 additions and 1 deletions

View File

@ -167,11 +167,13 @@
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<!-- The validator and snapshot generators require R5 structures independent of which
version is being validated -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r5</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>