소스 검색

计算准确率通用方法修改

zhangchenglong 2 년 전
부모
커밋
3662613a55
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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>