数字人管理平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.xueyi</groupId>
  7. <artifactId>xueyi-common</artifactId>
  8. <version>2.5.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>xueyi-common-web</artifactId>
  12. <description>
  13. xueyi-common-web通信模块
  14. </description>
  15. <properties>
  16. <maven.compiler.source>17</maven.compiler.source>
  17. <maven.compiler.target>17</maven.compiler.target>
  18. </properties>
  19. <dependencies>
  20. <!-- Mysql Connector -->
  21. <dependency>
  22. <groupId>mysql</groupId>
  23. <artifactId>mysql-connector-java</artifactId>
  24. </dependency>
  25. <!-- 权限范围 -->
  26. <dependency>
  27. <groupId>com.xueyi</groupId>
  28. <artifactId>xueyi-common-datascope</artifactId>
  29. </dependency>
  30. <!-- XueYi Common DataSource -->
  31. <dependency>
  32. <groupId>com.xueyi</groupId>
  33. <artifactId>xueyi-common-datasource</artifactId>
  34. </dependency>
  35. <!-- XueYi Common DataSource -->
  36. <dependency>
  37. <groupId>com.xueyi</groupId>
  38. <artifactId>xueyi-common-seata</artifactId>
  39. </dependency>
  40. </dependencies>
  41. </project>