Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/pom.xml Secret

Last active August 5, 2021 10:35
Show Gist options
  • Save kasramp/15f92bba39e0700d375b6753a85cd98c to your computer and use it in GitHub Desktop.
Save kasramp/15f92bba39e0700d375b6753a85cd98c to your computer and use it in GitHub Desktop.
<dependencies>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-json-classic</artifactId>
<version>${log-back.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-jackson</artifactId>
<version>${log-back.version}</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment