Skip to content

Commit 3237d88

Browse files
committed
add jackson-databind
1 parent ae16a67 commit 3237d88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

springboot-starter/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<artifactId>jakarta.persistence-api</artifactId>
2727
</dependency>
2828

29+
<dependency>
30+
<groupId>com.fasterxml.jackson.core</groupId>
31+
<artifactId>jackson-databind</artifactId>
32+
</dependency>
33+
2934
<dependency>
3035
<groupId>org.springframework</groupId>
3136
<artifactId>spring-tx</artifactId>

0 commit comments

Comments
 (0)