From c1cbfc2b93678bf47baf02b116a7aaa81f3473cf Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期五, 07 二月 2025 10:34:31 +0800 Subject: [PATCH] 2.0版本 --- ruoyi-common/ruoyi-common-pay/pom.xml | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/ruoyi-common-pay/pom.xml b/ruoyi-common/ruoyi-common-pay/pom.xml index ff90424..036991a 100644 --- a/ruoyi-common/ruoyi-common-pay/pom.xml +++ b/ruoyi-common/ruoyi-common-pay/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>com.xmzs</groupId> + <groupId>org.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> @@ -13,7 +13,7 @@ <artifactId>ruoyi-common-pay</artifactId> <dependencies> <dependency> - <groupId>com.xmzs</groupId> + <groupId>org.ruoyi</groupId> <artifactId>ruoyi-common-web</artifactId> </dependency> <dependency> @@ -26,6 +26,13 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>com.stripe</groupId> + <artifactId>stripe-java</artifactId> + <version>22.5.1</version> + </dependency> + <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> -- Gitblit v1.9.3