pom.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>org.projectlombok</groupId>
  33. <artifactId>lombok</artifactId>
  34. <scope>provided</scope>
  35. </dependency>
  36. <dependency>
  37. <groupId>io.swagger</groupId>
  38. <artifactId>swagger-annotations</artifactId>
  39. <version>1.6.2</version>
  40. <scope>compile</scope>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.ruoyi</groupId>
  44. <artifactId>nightFragrance-framework</artifactId>
  45. </dependency>
  46. </dependencies>
  47. </project>