Browse Source

fix编译异常

Eric 2 years ago
parent
commit
2942ca3ff5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -310,6 +310,11 @@
 			<artifactId>slf4j-api</artifactId>
 			<artifactId>slf4j-api</artifactId>
 			<scope>provided</scope>
 			<scope>provided</scope>
 		</dependency>
 		</dependency>
+		<dependency>
+			<groupId>com.alibaba</groupId>
+			<artifactId>fastjson</artifactId>
+			<version>1.2.79</version>
+		</dependency>
 	</dependencies>
 	</dependencies>
 
 
 	<build>
 	<build>