pom.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.ruoyi</groupId>
  8. <artifactId>nightFragrance</artifactId>
  9. <version>3.8.7</version>
  10. </parent>
  11. <artifactId>nightFragrance-massage</artifactId>
  12. <description>
  13. massage按摩模块
  14. </description>
  15. <!-- <properties>-->
  16. <!-- <maven.compiler.source>8</maven.compiler.source>-->
  17. <!-- <maven.compiler.target>8</maven.compiler.target>-->
  18. <!-- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>-->
  19. <!-- </properties>-->
  20. <dependencies>
  21. <!-- 通用工具-->
  22. <dependency>
  23. <groupId>com.ruoyi</groupId>
  24. <artifactId>nightFragrance-common</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.github.javen205</groupId>
  28. <artifactId>IJPay-WxPay</artifactId>
  29. <version>2.9.10</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.github.wechatpay-apiv3</groupId>
  33. <artifactId>wechatpay-java</artifactId>
  34. <version>0.2.17</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.projectlombok</groupId>
  38. <artifactId>lombok</artifactId>
  39. <scope>provided</scope>
  40. </dependency>
  41. <dependency>
  42. <groupId>io.swagger</groupId>
  43. <artifactId>swagger-annotations</artifactId>
  44. <version>1.6.2</version>
  45. <scope>compile</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.ruoyi</groupId>
  49. <artifactId>nightFragrance-framework</artifactId>
  50. </dependency>
  51. </dependencies>
  52. </project>