数字人管理平台
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

46 рядки
1.3 KiB

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