Skip to content

Instantly share code, notes, and snippets.

@bava
Last active January 2, 2016 11:19
Show Gist options
  • Select an option

  • Save bava/8295734 to your computer and use it in GitHub Desktop.

Select an option

Save bava/8295734 to your computer and use it in GitHub Desktop.
Logback Dependencies
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<scope>runtime</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment