hapifhir / hapi-hl7v2

277 stars 138 forks source link

Split Packages in ca.uhn.hl7v2.model.v26.datatype #85

Open NickPaul41 opened 2 years ago

NickPaul41 commented 2 years ago

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:

Java 9 introduced module functionality which I believe is being checked by the SplitPackageProcessor.