hejq 8 лет назад
Родитель
Сommit
115447b6b3
1 измененных файлов с 6 добавлено и 1 удалено
  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>