Sfoglia il codice sorgente

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

gagamel 5 anni fa
parent
commit
d76da51aac
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      pom.xml

+ 5 - 1
pom.xml

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