Fix ClassFormatException caused by JurisdictionUtilities (#898)
Co-authored-by: dotasek <david.otasek@smilecdr.com>
This commit is contained in:
parent
55ae5b6e99
commit
585c552b99
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue