Skip to content

Commit 061a97c

Browse files
Remove version for spring-boot-jackson2 dependency (#426)
1 parent f784237 commit 061a97c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@
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>

xapi-model/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,14 @@
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>

0 commit comments

Comments
 (0)