We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb41a6d + 8f0fccb commit 89f0bb4Copy full SHA for 89f0bb4
pom.xml
@@ -81,6 +81,10 @@
81
<groupId>org.yaml</groupId>
82
<artifactId>snakeyaml</artifactId>
83
</exclusion>
84
+ <exclusion>
85
+ <groupId>com.fasterxml.jackson.core</groupId>
86
+ <artifactId>jackson-databind</artifactId>
87
+ </exclusion>
88
</exclusions>
89
</dependency>
90
<!-- Explicit inclusion of SnakeYaml because of CVE -->
@@ -146,6 +150,12 @@
146
150
<groupId>com.fasterxml.jackson.datatype</groupId>
147
151
<artifactId>jackson-datatype-jsr310</artifactId>
148
152
<version>${jackson.version}</version>
153
+ <exclusions>
154
155
156
157
158
+ </exclusions>
149
159
160
161
<dependency>
0 commit comments