Skip to content

Commit df571f0

Browse files
Clarify Jackson exclusions in pom.xml to prevent multiple Jackson databind implementations
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent a859c62 commit df571f0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

xapi-model/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
<artifactId>jjwt-jackson</artifactId>
2525
<optional>true</optional>
2626
<exclusions>
27-
<!-- This will upgrade the version of Jackson that jjwt-jackson uses. In
28-
future if jjwt-jackson does not work with the same version of Jackson as Spring then
29-
downgrade the version of Jackson that Spring uses instead. -->
27+
<!-- Exclude both Jackson 2.x and 3.0 from jjwt-jackson to use only the Jackson 3.0 version managed by Spring Boot 4.0 -->
3028
<exclusion>
3129
<groupId>com.fasterxml.jackson.core</groupId>
3230
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)