Skip to content

Commit 344dd6d

Browse files
committed
Fix exclusion
1 parent 993ee3f commit 344dd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2-migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
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>
236236
</exclusions>

0 commit comments

Comments
 (0)