Selaa lähdekoodia

删除pom文件中JACKSON包

liusw 7 vuotta sitten
vanhempi
commit
891334827d
1 muutettua tiedostoa jossa 0 lisäystä ja 16 poistoa
  1. 0 16
      pom.xml

+ 0 - 16
pom.xml

@@ -75,22 +75,6 @@
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
 		</dependency>
-		<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
-		<dependency>
-			<groupId>com.fasterxml.jackson.core</groupId>
-			<artifactId>jackson-core</artifactId>
-			<version>2.8.8</version>
-		</dependency>
-		<dependency>
-			<groupId>com.fasterxml.jackson.core</groupId>
-			<artifactId>jackson-annotations</artifactId>
-			<version>2.8.0</version>
-		</dependency>
-		<dependency>
-			<groupId>com.fasterxml.jackson.core</groupId>
-			<artifactId>jackson-databind</artifactId>
-			<version>2.8.8</version>
-		</dependency>
 
 		<dependency>
 			<groupId>net.sf.flexjson</groupId>