hapi-hl7v2 icon indicating copy to clipboard operation
hapi-hl7v2 copied to clipboard

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

Open NickPaul41 opened this issue 2 years ago • 0 comments

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.

NickPaul41 avatar Jul 13 '22 16:07 NickPaul41