1
0
mirror of synced 2026-02-18 19:37:54 +08:00

🎨 weixin-java-pay模块去除jackson依赖,调整相关代码

This commit is contained in:
cofe
2021-01-08 17:07:32 +08:00
committed by GitHub
parent 1eec0f4bfa
commit fd58b3f212
2 changed files with 6 additions and 11 deletions

View File

@@ -70,12 +70,6 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<!-- 待优化去掉 -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0.pr1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>