151 lines
4.9 KiB
XML
151 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>ruoyi</artifactId>
|
|
<version>3.7.0</version>
|
|
</parent>
|
|
<modules>
|
|
<module>ruoyi-post</module>
|
|
<module>ruoyi-custom</module>
|
|
<module>ruoyi-message</module>
|
|
<module>ruoyi-admin-core</module>
|
|
</modules>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>pom</packaging>
|
|
<artifactId>ruoyi-main</artifactId>
|
|
|
|
<properties>
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
<dependencies>
|
|
<!-- spring-boot-devtools -->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
<optional>true</optional> <!-- 表示依赖不会传递 -->
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>ruoyi-admin</artifactId>
|
|
<version>3.7.0</version>
|
|
</dependency>
|
|
|
|
<!-- uniapp消息推送 -->
|
|
<dependency>
|
|
<groupId>com.gexin.platform</groupId>
|
|
<artifactId>gexin-rp-sdk-http</artifactId>
|
|
<version>4.1.2.2</version>
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-base -->
|
|
<dependency>
|
|
<groupId>com.gexin.platform</groupId>
|
|
<artifactId>gexin-rp-sdk-base</artifactId>
|
|
<version>4.0.0.38</version>
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-template -->
|
|
<dependency>
|
|
<groupId>com.gexin.platform</groupId>
|
|
<artifactId>gexin-rp-sdk-template</artifactId>
|
|
<version>4.0.0.31</version>
|
|
</dependency>
|
|
|
|
|
|
<!--goeasy——sdk-->
|
|
<dependency>
|
|
<groupId>io.goeasy</groupId>
|
|
<artifactId>goeasy-sdk</artifactId>
|
|
<version>0.4.2</version>
|
|
</dependency>
|
|
|
|
<!-- 这个库是用于简化处理 XML 文档的 Java 库-->
|
|
<dependency>
|
|
<groupId>org.dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>2.1.3</version>
|
|
</dependency>
|
|
|
|
<!-- IJPay 支付库的集成模块,包含了所有支付方式(如支付宝、微信、银联等)的实现代码,以及一些公共工具类-->
|
|
<dependency>
|
|
<groupId>com.github.javen205</groupId>
|
|
<artifactId>IJPay-All</artifactId>
|
|
<version>2.5.2</version>
|
|
</dependency>
|
|
|
|
|
|
<!--微信支付相关-->
|
|
<dependency>
|
|
<groupId>com.github.wxpay</groupId>
|
|
<artifactId>wxpay-sdk</artifactId>
|
|
<version>0.0.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
<artifactId>xstream</artifactId>
|
|
<version>1.4.1</version>
|
|
</dependency>
|
|
|
|
<!--支付宝支付相关-->
|
|
<dependency>
|
|
<groupId>com.alipay.sdk</groupId>
|
|
<artifactId>alipay-sdk-java</artifactId>
|
|
<version>4.17.14.ALL</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!-- 阿里云短信 -->
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
|
<version>1.1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
|
<version>4.4.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-ecs</artifactId>
|
|
<version>4.17.6</version>
|
|
</dependency>
|
|
|
|
<!--腾讯jar-->
|
|
<dependency>
|
|
<groupId>com.tencentcloudapi</groupId>
|
|
<artifactId>tencentcloud-sdk-java</artifactId>
|
|
<version>3.1.1065</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.qcloud</groupId>
|
|
<artifactId>cos-sts_api</artifactId>
|
|
<version>3.1.0</version>
|
|
</dependency>
|
|
|
|
<!-- 拉卡拉支付 -->
|
|
<dependency>
|
|
<groupId>com.lkl.laop.sdk</groupId>
|
|
<artifactId>lkl-laop-java-sdk</artifactId>
|
|
<version>1.0.5</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|