Skip to content

Commit

Permalink
#768: use logging lib
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStrehlerCGI committed Nov 10, 2023
1 parent 82f867b commit 97f65f0
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions digiwf-integrations/digiwf-address-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,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 97f65f0

Please sign in to comment.