From c6f6d4b3245134a0626b56640ffd301eab843438 Mon Sep 17 00:00:00 2001 From: rentaiming <806181062@qq.com> Date: 星期三, 19 六月 2024 18:28:23 +0800 Subject: [PATCH] 用户端商品 --- ruoyi-api/ruoyi-api-system/pom.xml | 2 ++ ruoyi-modules/ruoyi-order/pom.xml | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml index dba587c..0f6f7ba 100644 --- a/ruoyi-api/ruoyi-api-system/pom.xml +++ b/ruoyi-api/ruoyi-api-system/pom.xml @@ -39,6 +39,8 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> + + </dependencies> </project> \ No newline at end of file diff --git a/ruoyi-modules/ruoyi-order/pom.xml b/ruoyi-modules/ruoyi-order/pom.xml index 2e3b1ea..ced6648 100644 --- a/ruoyi-modules/ruoyi-order/pom.xml +++ b/ruoyi-modules/ruoyi-order/pom.xml @@ -129,7 +129,19 @@ <dependency> <groupId>com.alipay.sdk</groupId> <artifactId>alipay-sdk-java</artifactId> - <version>4.39.95.ALL</version> + <version>4.10.167.ALL</version> + </dependency> + + <dependency> + <groupId>com.github.wechatpay-apiv3</groupId> + <artifactId>wechatpay-java</artifactId> + <version>0.2.12</version> + </dependency> + + <dependency> + <groupId>com.github.javen205</groupId> + <artifactId>IJPay</artifactId> + <version>1.1.9</version> </dependency> <dependency> @@ -149,8 +161,12 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-common-seata</artifactId> </dependency> + + </dependencies> + + <build> <finalName>${project.artifactId}</finalName> <plugins> -- Gitblit v1.7.1