Skip to content

Commit fff39f6

Browse files
committed
Added Jackson dependency
1 parent e17c69e commit fff39f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • backend-track/week-9/hyf-shop

backend-track/week-9/hyf-shop/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-jdbc</artifactId>
6565
</dependency>
66+
<dependency>
67+
<groupId>tools.jackson.core</groupId>
68+
<artifactId>jackson-core</artifactId>
69+
<version>3.2.0</version>
70+
</dependency>
6671
</dependencies>
6772

6873
<build>

0 commit comments

Comments
 (0)