From 61299cec43f35a9a8fd6d6a9840fdc44f1c24e9b Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 22 十月 2024 17:13:32 +0800 Subject: [PATCH] 1.供应商-钱包查询接口 2.供应商-提现接口 --- pom.xml | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index d219e73..7c78eb2 100644 --- a/pom.xml +++ b/pom.xml @@ -269,16 +269,11 @@ <version>3.15.6</version> <!-- 确保使用与你的 Spring Boot 版本兼容的 Redisson 版本 --> </dependency> - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.3.1</version> - </dependency> - <dependency> - <groupId>org.glassfish.jaxb</groupId> - <artifactId>jaxb-runtime</artifactId> - <version>2.3.1</version> + <groupId>net.sf.json-lib</groupId> + <artifactId>json-lib</artifactId> + <version>2.4</version> + <classifier>jdk15</classifier> </dependency> <!--代码生成器依赖--> -- Gitblit v1.9.3