pom.xml 793 B

12345678910111213141516171819202122
  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. <artifactId>happy-boot-module-payment</artifactId>
  7. <version>2.1.0</version>
  8. <parent>
  9. <artifactId>happy-boot-parent</artifactId>
  10. <groupId>org.jeecgframework.boot</groupId>
  11. <version>2.1.0</version>
  12. </parent>
  13. <dependencies>
  14. <dependency>
  15. <groupId>org.jeecgframework.boot</groupId>
  16. <artifactId>happy-boot-base-common</artifactId>
  17. <version>2.1.0</version>
  18. </dependency>
  19. </dependencies>
  20. </project>