feat: add dependencies for json logging directly to POM
Some checks failed
release / Release (push) Failing after 1m8s
Some checks failed
release / Release (push) Failing after 1m8s
This commit is contained in:
parent
e67aa25150
commit
e3591ac3f1
1 changed files with 14 additions and 1 deletions
15
pom.xml
15
pom.xml
|
@ -81,7 +81,20 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<!-- JSON logging -->
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback.contrib</groupId>
|
||||
<artifactId>logback-json-classic</artifactId>
|
||||
<version>${w9r.logback.json.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback.contrib</groupId>
|
||||
<artifactId>logback-jackson</artifactId>
|
||||
<version>${w9r.logback.json.version}</version>
|
||||
</dependency>
|
||||
<!-- End JSON logging -->
|
||||
</dependencies>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
|
Loading…
Add table
Reference in a new issue