Skip to content

Commit 97e3ac2

Browse files
authored
Add comment to POM regarding jjwt exclusion and Jackson 3 support (#424)
1 parent 84d7e33 commit 97e3ac2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

xapi-client/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<groupId>org.springframework.boot</groupId>
1818
<artifactId>spring-boot-starter-webflux</artifactId>
1919
<exclusions>
20+
<!-- jjwt does not currently support Jackson 3. This exclusion should be
21+
removed once jjwt adds Jackson 3 support. -->
2022
<exclusion>
2123
<groupId>org.springframework.boot</groupId>
2224
<artifactId>spring-boot-starter-jackson</artifactId>

xapi-model-spring-boot-starter/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-web</artifactId>
1717
<exclusions>
18+
<!-- jjwt does not currently support Jackson 3. This exclusion should be
19+
removed once jjwt adds Jackson 3 support. -->
1820
<exclusion>
1921
<groupId>org.springframework.boot</groupId>
2022
<artifactId>spring-boot-starter-jackson</artifactId>

0 commit comments

Comments
 (0)