Skip to content

Commit

Permalink
Add okhttp dep to r5 and indicate which deps need to be included (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh committed Jan 25, 2022
1 parent 31bb1d9 commit cd29d36
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hapi-fhir-structures-r5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cd29d36

Please sign in to comment.