FIx javadoc build

This commit is contained in:
jamesagnew 2021-01-21 08:58:23 -05:00
parent 078a94f1a6
commit 656dd33ba8
1 changed files with 19 additions and 24 deletions

View File

@ -107,7 +107,7 @@
</dependency> </dependency>
<!-- <!--
Optional dependencies used by org.hl7.fhir.r4 Optional dependencies used by org.hl7.fhir.r5
We include these here to get the aggregate JavaDoc to work We include these here to get the aggregate JavaDoc to work
--> -->
<dependency> <dependency>
@ -133,6 +133,11 @@
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<optional>true</optional>
</dependency>
<!-- Testing --> <!-- Testing -->
<dependency> <dependency>
@ -209,16 +214,6 @@
<artifactId>jaxb-api</artifactId> <artifactId>jaxb-api</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!--<dependency>-->
<!--<groupId>com.sun.xml.bind</groupId>-->
<!--<artifactId>jaxb-core</artifactId>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>com.sun.xml.bind</groupId>-->
<!--<artifactId>jaxb-impl</artifactId>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency> <dependency>
<groupId>org.glassfish.jaxb</groupId> <groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId> <artifactId>jaxb-runtime</artifactId>