Skip to content

Commit 5f6eccb

Browse files
committed
Fix exclusion
1 parent 993ee3f commit 5f6eccb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

v2-migration/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,13 @@
230230
<scope>test</scope>
231231
<exclusions>
232232
<exclusion>
233-
<groupId>com.fasterxml.jackson</groupId>
233+
<groupId>com.fasterxml.jackson.core</groupId>
234234
<artifactId>jackson-core</artifactId>
235235
</exclusion>
236+
<exclusion>
237+
<groupId>com.fasterxml.jackson.core</groupId>
238+
<artifactId>jackson-databind</artifactId>
239+
</exclusion>
236240
</exclusions>
237241
</dependency>
238242
</dependencies>

0 commit comments

Comments
 (0)