pom.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.zd</groupId>
  6. <artifactId>zd-common</artifactId>
  7. <version>3.1.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>zd-common-security</artifactId>
  11. <description>
  12. zd-common-security安全模块
  13. </description>
  14. <dependencies>
  15. <!-- zd Api System -->
  16. <dependency>
  17. <groupId>com.zd</groupId>
  18. <artifactId>zd-api-system</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.zd</groupId>
  22. <artifactId>zd-common-datasource</artifactId>
  23. </dependency>
  24. <!-- zd Common Redis-->
  25. <dependency>
  26. <groupId>com.zd</groupId>
  27. <artifactId>zd-common-redis</artifactId>
  28. </dependency>
  29. </dependencies>
  30. </project>