hapi-hl7v2
hapi-hl7v2 copied to clipboard
Split Packages in ca.uhn.hl7v2.model.v26.datatype
I'm developing camel quarks routes using HAPI for parsing HL7 data. When running mvn install I get the following errors.
` [io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives:
- "ca.uhn.hl7v2.model.v26.datatype" found in [ca.uhn.hapi:hapi-base::jar, ca.uhn.hapi:hapi-structures-v26::jar] `
Java 9 introduced module functionality which I believe is being checked by the SplitPackageProcessor.