Browse Source

计算准确率通用方法修改

zhangchenglong 2 years ago
parent
commit
3662613a55
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -64,6 +64,12 @@
             <version>RELEASE</version>
             <scope>compile</scope>
         </dependency>
+        <!--fast json 版本-->
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+            <version>1.2.69</version>
+        </dependency>
     </dependencies>
 
     <build>