build: Added jackson for json processing.

This commit is contained in:
Zihlu Wang
2023-10-17 10:25:06 +08:00
parent 0f399dccf7
commit d62d64c572
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -40,6 +40,11 @@
<artifactId>simple-jwt-facade</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
+5
View File
@@ -40,6 +40,11 @@
<artifactId>devkit-core</artifactId>
</dependency>
<dependency>
<groupId>cn.org.codecrafters</groupId>
<artifactId>devkit-utils</artifactId>
</dependency>
<dependency>
<groupId>cn.org.codecrafters</groupId>
<artifactId>guid</artifactId>