|
@@ -52,6 +52,7 @@
|
|
|
<easyexcel.verion>2.2.7</easyexcel.verion>
|
|
|
<velocity.version>2.2</velocity.version>
|
|
|
<screw.version>1.0.5</screw.version>
|
|
|
+ <fastjson.version>2.0.4</fastjson.version>
|
|
|
<guava.version>30.1.1-jre</guava.version>
|
|
|
<guice.version>5.1.0</guice.version>
|
|
|
<transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
|
|
@@ -475,6 +476,13 @@
|
|
|
<version>${velocity.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!--fastjson婕忔礊鍗囩骇姝ゆ浜嬩欢褰卞搷fastjson 1.2.80鍙婁箣鍓嶆墍鏈夌増鏈 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <version>${fastjson.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>cn.smallbun.screw</groupId>
|
|
|
<artifactId>screw-core</artifactId> <!-- 瀹炵幇鏁版嵁搴撴枃妗 -->
|
|
@@ -484,6 +492,10 @@
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
<artifactId>freemarker</artifactId> <!-- 绉婚櫎 Freemarker 渚濊禆锛岄噰鐢 Velocity 浣滀负妯℃澘寮曟搸 -->
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId> <!-- 鏈鏂扮増screw-core1.0.5渚濊禆fastjson1.2.73瀛樺湪婕忔礊锛岀Щ闄ゃ -->
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|