pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.vctgo</groupId>
  6. <artifactId>vctgo-common</artifactId>
  7. <version>1.2.2</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>vctgo-common-security</artifactId>
  11. <description>
  12. vctgo-common-security安全模块
  13. </description>
  14. <dependencies>
  15. <!-- Spring Web -->
  16. <dependency>
  17. <groupId>org.springframework</groupId>
  18. <artifactId>spring-webmvc</artifactId>
  19. </dependency>
  20. <!-- vctgo Api System -->
  21. <dependency>
  22. <groupId>com.vctgo</groupId>
  23. <artifactId>vctgo-api-system</artifactId>
  24. </dependency>
  25. <!-- vctgo Common Redis-->
  26. <dependency>
  27. <groupId>com.vctgo</groupId>
  28. <artifactId>vctgo-common-redis</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>eu.bitwalker</groupId>
  32. <artifactId>UserAgentUtils</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.mysql</groupId>
  36. <artifactId>mysql-connector-j</artifactId>
  37. </dependency>
  38. </dependencies>
  39. </project>