We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17c69e commit fff39f6Copy full SHA for fff39f6
1 file changed
backend-track/week-9/hyf-shop/pom.xml
@@ -63,6 +63,11 @@
63
<groupId>org.springframework.boot</groupId>
64
<artifactId>spring-boot-starter-jdbc</artifactId>
65
</dependency>
66
+ <dependency>
67
+ <groupId>tools.jackson.core</groupId>
68
+ <artifactId>jackson-core</artifactId>
69
+ <version>3.2.0</version>
70
+ </dependency>
71
</dependencies>
72
73
<build>
0 commit comments