Fix ClassFormatException caused by JurisdictionUtilities (#898)

Co-authored-by: dotasek <david.otasek@smilecdr.com>
This commit is contained in:
dotasek 2022-08-19 11:49:33 -04:00 committed by GitHub
parent 55ae5b6e99
commit 585c552b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@
<excludes>
<!-- These are auto-generated files that will exceed the JVM limit on file size.
If these are not excluded, Jacoco complains and won't run the validator tests. -->
<exclude>org/hl7/fhir/r5/terminologies/JurisdictionUtilities</exclude>
<exclude>org/hl7/fhir/r5/formats/JsonParser</exclude>
<exclude>org/hl7/fhir/r5/formats/XmlParser</exclude>
<exclude>org/hl7/fhir/r4b/formats/JsonParser</exclude>