Details
-
Bug
-
Resolution: Not a bug
-
Major
-
None
-
1.7.x
-
None
-
Description
Estou fazendo um programa em java usando Maven 3.6.3 JSF 2.2 e Jboos Junit 4.12 e hibernate
o meu programa rooda bem, só que ao usar o teste do Maven clean ele da este erro:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Desenvolvimento/IDE/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in file:/C:/Desenvolvimento/IDE/eclipse/configuration/org.eclipse.osgi/5/0/.cp/org/slf4j/impl/StaticLoggerBinder.class
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
SLF4J: Class path contains multiple SLF4J bindings.
Preciso do vosso apoio.
Derito