Add okhttp dep to r5 and indicate which deps need to be included (#3332)

This commit is contained in:
Tadgh 2022-01-25 10:39:32 -08:00 committed by GitHub
parent 31bb1d9e9a
commit cd29d369b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -287,6 +287,17 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<show>public</show>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<include>ca.uhn.hapi.fhir:org.hl7.fhir.r5</include>
</dependencySourceIncludes>
<additionalDependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp_version}</version>
</dependency>
</additionalDependencies>
</configuration>
</plugin>
</plugins>