Skip to content

Instantly share code, notes, and snippets.

@rohgoyal
Created February 11, 2018 08:07
Show Gist options
  • Save rohgoyal/e605304b191bfb1fab32131f8e45e950 to your computer and use it in GitHub Desktop.
Save rohgoyal/e605304b191bfb1fab32131f8e45e950 to your computer and use it in GitHub Desktop.
pom.xml (JUL to SLF4J Bridge)
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" ...>
...
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment