Skip to content

Instantly share code, notes, and snippets.

@jakubhalun
Created October 9, 2017 19:20
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 jakubhalun/6e17d2dfa83efe6989c127a11af2a8b5 to your computer and use it in GitHub Desktop.
Save jakubhalun/6e17d2dfa83efe6989c127a11af2a8b5 to your computer and use it in GitHub Desktop.
Dependency to Logback Classic
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment