pom.xml 1005 B

1234567891011121314151617181920212223242526272829303132333435
  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.boman</groupId>
  6. <artifactId>boman-common</artifactId>
  7. <version>2.5.0-SNAPSHOT</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>boman-common-security</artifactId>
  11. <description>
  12. boman-common-security安全模块
  13. </description>
  14. <dependencies>
  15. <!-- RuoYi Api System -->
  16. <dependency>
  17. <groupId>com.boman</groupId>
  18. <artifactId>boman-api-system</artifactId>
  19. </dependency>
  20. <!-- RuoYi Common Redis-->
  21. <dependency>
  22. <groupId>com.boman</groupId>
  23. <artifactId>boman-common-redis</artifactId>
  24. </dependency>
  25. </dependencies>
  26. </project>