Add dependency to unbreak master build

This commit is contained in:
Tadgh 2021-10-16 19:05:11 -04:00
parent 41111cae29
commit b9266df1fd
2 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,10 @@
</build>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>

View File

@ -19,6 +19,11 @@
<name>HAPI FHIR Structures - FHIR R4</name>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>