Add a couple of exclusions

This commit is contained in:
jamesagnew 2019-10-03 07:21:53 -04:00
parent 2193a30b45
commit 55491fd1bf
1 changed files with 4 additions and 0 deletions

View File

@ -1672,6 +1672,10 @@
<configuration>
<excludes>
<exclude>ca/uhn/fhir/model/dstu2/**/*.class</exclude>
<exclude>ca/uhn/fhir/jpa/rp/r5/*.class</exclude>
<exclude>ca/uhn/fhir/jpa/rp/r4/*.class</exclude>
<exclude>ca/uhn/fhir/jpa/rp/dstu3/*.class</exclude>
<exclude>ca/uhn/fhir/jpa/rp/dstu2/*.class</exclude>
</excludes>
</configuration>
</plugin>