数字人管理平台
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.
 
 
 
 
 
 

23 lines
663 B

  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.xueyi</groupId>
  6. <artifactId>xueyi</artifactId>
  7. <version>2.5.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>xueyi-monitor</module>
  12. </modules>
  13. <artifactId>xueyi-visual</artifactId>
  14. <packaging>pom</packaging>
  15. <description>
  16. xueyi-visual图形化管理模块
  17. </description>
  18. </project>