Преглед на файлове

com.googlecode.json-simple 삭제, com.google.code.gson 추가

gagamel преди 5 години
родител
ревизия
d76da51aac
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      pom.xml

+ 5 - 1
pom.xml

@@ -102,10 +102,14 @@
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpclient</artifactId>
 		</dependency>
-		<dependency>
+		<!-- <dependency>
 			<groupId>com.googlecode.json-simple</groupId>
 			<artifactId>json-simple</artifactId>
 			<version>1.1.1</version>
+		</dependency> -->
+		<dependency>
+			<groupId>com.google.code.gson</groupId>
+			<artifactId>gson</artifactId>
 		</dependency>
 		
 		<!-- /// Redis -->