Skip to content

Commit

Permalink
connector fix feign client exception handling (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Dec 18, 2023
1 parent ae16eac commit 73fffd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions digiwf-connector/digiwf-camunda-connector-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-spring-logging-and-tracing</artifactId>
</dependency>
<!-- json etc. -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>

<!-- Security -->
<dependency>
Expand Down

0 comments on commit 73fffd8

Please sign in to comment.