Browse Source

新增flexJson依赖

hejq 8 years ago
parent
commit
115447b6b3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pom.xml

+ 6 - 1
pom.xml

@@ -38,7 +38,12 @@
             <version>4.4</version>
         </dependency>
 
-        <!-- spring boot -->
+        <dependency>
+            <groupId>net.sf.flexjson</groupId>
+            <artifactId>flexjson</artifactId>
+            <version>3.3</version>
+        </dependency>
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>