[Solved] TestNg Package Error: SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.

Add it to the pom file to solve it

 

 

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>

 

Similar Posts: