fixes missing depencency: okhttp3/Request$Builder (#422)
* fixes missing depencency: Terminology server http://tx.fhir.orgException in thread "main" java.lang.NoClassDefFoundError: okhttp3/Request$Builder * added optional tag to not break downstream projects (hapi)
This commit is contained in:
parent
d13b5dce94
commit
50fe3d2b88
|
@ -138,6 +138,14 @@
|
|||
<version>${info_cqframework_version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- OkHttpDependency -->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>4.9.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- Test Dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.hl7.fhir.testcases</groupId>
|
||||
|
|
Loading…
Reference in New Issue