File tree Expand file tree Collapse file tree
xapi-model-spring-boot-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments