Customer embedded a jar in jahia module and run into a problem.
The embedded jar file is also a module and so two versions of the jar file are available.
Use in pom.xml the <scope>provided</scope>
In that case, the jar will not embed and the installed module jar is used.