Skip to content

Instantly share code, notes, and snippets.

@kasundm5566
Created October 12, 2016 03:10
Show Gist options
  • Save kasundm5566/f5b1e8c115def2dafcc7982d80d2fbd8 to your computer and use it in GitHub Desktop.
Save kasundm5566/f5b1e8c115def2dafcc7982d80d2fbd8 to your computer and use it in GitHub Desktop.
Dependencies to migrate from log4j2 to SLF4J.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.7</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment