|
@@ -62,8 +62,19 @@
|
|
|
</dependency>
|
|
|
<!-- 项目启动 -->
|
|
|
<dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <version>1.2.83</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>apm-server</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<!-- apm 工具包 -->
|
|
|
<dependency>
|
|
@@ -74,10 +85,14 @@
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-redis-spring-boot-starter</artifactId>
|
|
|
</exclusion>
|
|
|
- <!-- <exclusion>
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
- <artifactId>guava</artifactId>
|
|
|
- </exclusion>-->
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <!-- <exclusion>
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
+ </exclusion>-->
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!-- lang -->
|
|
@@ -95,18 +110,36 @@
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-config-client</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 日志 -->
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-log-spring-boot-starter</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- feign -->
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-ribbon-spring-boot-starter</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -132,6 +165,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-swagger2-spring-boot-starter</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!--jep 公式解析-->
|
|
@@ -169,6 +208,12 @@
|
|
|
<groupId>com.sagacloud</groupId>
|
|
|
<artifactId>zillion-util</artifactId>
|
|
|
<version>2.3.2.103</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -187,6 +232,10 @@
|
|
|
<groupId>com.sagacloud</groupId>
|
|
|
<artifactId>zillion-util</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ </exclusion>
|
|
|
<!-- <exclusion>
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
<artifactId>guava</artifactId>
|