Merge pull request #1441 from hapifhir/do-20230920-vsacimport-dependencies

Add okio dependency for running vsac
This commit is contained in:
Grahame Grieve 2023-09-21 07:14:13 +10:00 committed by GitHub
commit fb7c580519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -97,7 +97,11 @@
<artifactId>okhttp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>