mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-29 00:52:09 +08:00
chore(deps): 移除 fastjson 1.x 依赖
This commit is contained in:
parent
c546b0e184
commit
4e757a8a0c
|
|
@ -79,11 +79,6 @@
|
||||||
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
||||||
<version>${alibaba.cloud.version}</version>
|
<version>${alibaba.cloud.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Alibaba依赖 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.alibaba</groupId>
|
|
||||||
<artifactId>fastjson</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
6
pom.xml
6
pom.xml
|
|
@ -327,12 +327,6 @@
|
||||||
<artifactId>nacos-client</artifactId>
|
<artifactId>nacos-client</artifactId>
|
||||||
<version>${alibaba.nacos.version}</version>
|
<version>${alibaba.nacos.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- fastjson -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.alibaba</groupId>
|
|
||||||
<artifactId>fastjson</artifactId>
|
|
||||||
<version>2.0.59</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- JWT -->
|
<!-- JWT -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.jsonwebtoken</groupId>
|
<groupId>io.jsonwebtoken</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user