File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 279279 <type >pom</type >
280280 <scope >import</scope >
281281 </dependency >
282- <dependency >
283- <groupId >org.springframework.boot</groupId >
284- <artifactId >spring-boot-jackson2</artifactId >
285- <version >4.0.0</version >
286- </dependency >
287282 <dependency >
288283 <groupId >dev.learning.xapi</groupId >
289284 <artifactId >xapi-model</artifactId >
Original file line number Diff line number Diff line change 3434 </exclusions >
3535 </dependency >
3636 <dependency >
37- <groupId >com.fasterxml.jackson.core </groupId >
38- <artifactId >jackson-databind </artifactId >
37+ <groupId >org.springframework.boot </groupId >
38+ <artifactId >spring-boot-jackson2 </artifactId >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.projectlombok</groupId >
4242 <artifactId >lombok</artifactId >
4343 <scope >provided</scope >
4444 </dependency >
45- <dependency >
46- <groupId >com.fasterxml.jackson.datatype</groupId >
47- <artifactId >jackson-datatype-jsr310</artifactId >
48- </dependency >
4945 <dependency >
5046 <groupId >jakarta.validation</groupId >
5147 <artifactId >jakarta.validation-api</artifactId >
You can’t perform that action at this time.
0 commit comments