Skip to content

Commit

Permalink
#768: use logging lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lehju committed Nov 14, 2023
1 parent a9a1f0f commit 78b4e6d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions digiwf-integrations/digiwf-email-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,9 @@

<!-- Logging -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-logging</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 78b4e6d

Please sign in to comment.