gaodandan 5 年之前
父节点
当前提交
3f1a182a84
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -87,7 +87,15 @@
87 87
 			<artifactId>spring-boot-starter-test</artifactId>
88 88
 			<scope>test</scope>
89 89
 		</dependency>
90
+		
91
+		<dependency>
92
+			<groupId>com.alibaba</groupId>
93
+			<artifactId>fastjson</artifactId>
94
+			<version>1.2.37</version>
95
+		</dependency>
96
+		
90 97
 	</dependencies>
98
+	
91 99
 
92 100
 	<dependencyManagement>
93 101
 		<dependencies>