pom.xml 788 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>cn.com.yusys.ai</groupId>
  8. <artifactId>yusys-ai-plus</artifactId>
  9. <version>1.0</version>
  10. <relativePath>../pom.xml</relativePath>
  11. </parent>
  12. <artifactId>yusys-ai-market</artifactId>
  13. <name>yusys-ai-market</name>
  14. <packaging>pom</packaging>
  15. <description>能力市场</description>
  16. <modules>
  17. <module>yusys-ai-market-core</module>
  18. <module>yusys-ai-market-starter</module>
  19. </modules>
  20. </project>