Skip to content

Commit

Permalink
Merge pull request #98 from eu-digital-green-certificates/feat/update…
Browse files Browse the repository at this point in the history
…-dependencies

Remove Conflicting Jackson Databind Dependencies
  • Loading branch information
f11h authored Oct 24, 2022
2 parents bb41a6d + 8f0fccb commit 89f0bb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Explicit inclusion of SnakeYaml because of CVE -->
Expand Down Expand Up @@ -146,6 +150,12 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 89f0bb4

Please sign in to comment.