Skip to content

Commit 10f64c7

Browse files
committed
tip
1 parent 5b581f1 commit 10f64c7

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +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-
</dependency>
286282
<dependency>
287283
<groupId>dev.learning.xapi</groupId>
288284
<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)