vert-x3 / vertx-guide-for-java-devs

Vert.x 3 guide for Java developers
Apache License 2.0
547 stars 182 forks source link

Maven shade plugin complains about overlapping classes (web, web-common) #30

Closed tsegismont closed 10 months ago

tsegismont commented 6 years ago
[WARNING] vertx-web-3.5.0.jar, vertx-web-common-3.5.0.jar define 2 overlapping classes: 
[WARNING]   - io.vertx.groovy.ext.web.VertxExtensionModule
[WARNING]   - io.vertx.ext.web.package-info
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
jponge commented 6 years ago

@tsegismont Isn't this a vertx-web issue instead?

tsegismont commented 6 years ago

@jponge looks similar to eclipse/vert.x#2163

tsegismont commented 10 months ago

Duplicates https://github.com/eclipse-vertx/vert.x/issues/2163