Browse Source

去掉多余的配置

lijie 3 years ago
parent
commit
038ba5ffa4
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pom.xml

+ 2 - 3
pom.xml

@@ -64,11 +64,11 @@
 			<groupId>com.persagy</groupId>
 			<artifactId>dmp-server</artifactId>
 		</dependency>
-		<dependency>
+		<!--<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>fastjson</artifactId>
 			<version>1.2.47</version>
-		</dependency>
+		</dependency>-->
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
 			<artifactId>jsr311-api</artifactId>
@@ -88,6 +88,5 @@
 			<artifactId>gt-main</artifactId>
 			<version>23.0</version>
 		</dependency>
-
 	</dependencies>
 </project>