Skip to content

Commit 89f0bb4

Browse files
authored
Merge pull request #98 from eu-digital-green-certificates/feat/update-dependencies
Remove Conflicting Jackson Databind Dependencies
2 parents bb41a6d + 8f0fccb commit 89f0bb4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<groupId>org.yaml</groupId>
8282
<artifactId>snakeyaml</artifactId>
8383
</exclusion>
84+
<exclusion>
85+
<groupId>com.fasterxml.jackson.core</groupId>
86+
<artifactId>jackson-databind</artifactId>
87+
</exclusion>
8488
</exclusions>
8589
</dependency>
8690
<!-- Explicit inclusion of SnakeYaml because of CVE -->
@@ -146,6 +150,12 @@
146150
<groupId>com.fasterxml.jackson.datatype</groupId>
147151
<artifactId>jackson-datatype-jsr310</artifactId>
148152
<version>${jackson.version}</version>
153+
<exclusions>
154+
<exclusion>
155+
<groupId>com.fasterxml.jackson.core</groupId>
156+
<artifactId>jackson-databind</artifactId>
157+
</exclusion>
158+
</exclusions>
149159
</dependency>
150160

151161
<dependency>

0 commit comments

Comments
 (0)