gaodandan il y a 5 ans
Parent
commit
3f1a182a84
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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>