Showing
2 changed files
with
8 additions
and
1 deletions
@@ -63,6 +63,12 @@ | @@ -63,6 +63,12 @@ | ||
63 | <artifactId>lombok</artifactId> | 63 | <artifactId>lombok</artifactId> |
64 | <version>1.16.8</version> | 64 | <version>1.16.8</version> |
65 | </dependency> | 65 | </dependency> |
66 | + <!--json--> | ||
67 | + <dependency> | ||
68 | + <groupId>com.alibaba</groupId> | ||
69 | + <artifactId>fastjson</artifactId> | ||
70 | + <version>1.2.9</version> | ||
71 | + </dependency> | ||
66 | </dependencies> | 72 | </dependencies> |
67 | 73 | ||
68 | <build> | 74 | <build> |
-
Please register or login to post a comment