.flattened-pom.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.pavis</groupId>
  7. <artifactId>pavis-admin</artifactId>
  8. <version>3.7.0</version>
  9. </parent>
  10. <artifactId>pavis-module-system</artifactId>
  11. <version>3.7.0</version>
  12. <description>系统管理模块(存放系统管理相关业务功能,例如:部门管理、角色管理、用户管理等)</description>
  13. <licenses>
  14. <license>
  15. <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
  16. <url>http://www.gnu.org/licenses/lgpl.html</url>
  17. </license>
  18. </licenses>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.pavis</groupId>
  22. <artifactId>pavis-common</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.dromara.sms4j</groupId>
  26. <artifactId>sms4j-spring-boot-starter</artifactId>
  27. </dependency>
  28. </dependencies>
  29. </project>