Skip to content

Instantly share code, notes, and snippets.

@jeffreyschultz
Created November 6, 2018 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreyschultz/aeb3a29bce9d1cec306101e621e0aad3 to your computer and use it in GitHub Desktop.
Save jeffreyschultz/aeb3a29bce9d1cec306101e621e0aad3 to your computer and use it in GitHub Desktop.
Remove common-logging from Spring and use Log4j2
compile group: 'org.springframework', name: 'spring-core'
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.1' // SLF4J 1.7.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment