I create my application archive with the maven assembly plugin. All the dependency present in my pom are included without any problem.
Now I need to include two or
Another ugly solution might be to use WAR file overlays, exploiting the fact that this mechanism pays no attention to the versions of component JAR files when applying the overlays.