Browse Source

pom引用fastjson

Jxing 6 years ago
parent
commit
d76e2aeb88
1 changed files with 11 additions and 5 deletions
  1. 11 5
      pom.xml

+ 11 - 5
pom.xml

@@ -87,6 +87,12 @@
 
     <dependencies>
         <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+            <version>1.2.47</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.glassfish.jersey.containers</groupId>
             <artifactId>jersey-container-servlet-core</artifactId>
 
@@ -154,11 +160,11 @@
             <version>1.7.5</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-databind</artifactId>
-            <version>2.9.5</version>
-        </dependency>
+        <!--<dependency>-->
+            <!--<groupId>com.fasterxml.jackson.core</groupId>-->
+            <!--<artifactId>jackson-databind</artifactId>-->
+            <!--<version>2.9.5</version>-->
+        <!--</dependency>-->
 
     </dependencies>
     <properties>