Adding okio dependency for r4b structures for running DIST profile (#4275)

* Adding okio dependency for r4b structures for running DIST profile

* adding optional for okio
This commit is contained in:
Mark Iantorno 2022-11-14 11:53:59 -05:00 committed by GitHub
parent 663538b4ba
commit 80f1514b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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