So, i'm new using Jetty with Maven, my first project is spamming a hundreds of warnings like
[WARNING] com.google.inject.util.Providers scanned from multiple locations:
jar:file:///C:/Users/pedro/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar!/com/google/inject/util/Providers.class,
jar:file:///C:/Users/pedro/.m2/repository/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar!/com/google/inject/util/Providers.class
I found some answers on the internet that says it is because there is duplicate dependencies, and I have to fix it on the pom.xml
and .classpath
, but I do not have duplicate dependencies and don't know how to fix on the .classpath
.
Someone knows how can i fix it?