123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.ruoyi</groupId>
- <artifactId>nightFragrance</artifactId>
- <version>3.8.7</version>
- </parent>
- <artifactId>nightFragrance-massage</artifactId>
- <description>
- massage按摩模块
- </description>
- <!-- <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>
- <!-- 通用工具-->
- <dependency>
- <groupId>com.ruoyi</groupId>
- <artifactId>nightFragrance-common</artifactId>
- </dependency>
- <dependency>
- <groupId>com.github.javen205</groupId>
- <artifactId>IJPay-WxPay</artifactId>
- <version>2.9.10</version>
- </dependency>
- <dependency>
- <groupId>com.github.wechatpay-apiv3</groupId>
- <artifactId>wechatpay-java</artifactId>
- <version>0.2.17</version>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>1.6.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.ruoyi</groupId>
- <artifactId>nightFragrance-framework</artifactId>
- </dependency>
- </dependencies>
- </project>
|