pom.xml 1.3 KB

123456789101112131415161718192021222324
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.emoon</groupId>
  8. <artifactId>emoon-ai</artifactId>
  9. <version>${revision}</version>
  10. <relativePath>../pom.xml</relativePath>
  11. </parent>
  12. <artifactId>emoon-ai-card</artifactId>
  13. <dependencies>
  14. <dependency><groupId>com.emoon</groupId><artifactId>emoon-ai-card-api</artifactId></dependency>
  15. <dependency><groupId>com.emoon</groupId><artifactId>emoon-ai-agent-api</artifactId></dependency>
  16. <dependency><groupId>com.emoon</groupId><artifactId>emoon-system-api</artifactId></dependency>
  17. <dependency><groupId>com.emoon</groupId><artifactId>emoon-system</artifactId></dependency>
  18. <dependency><groupId>com.emoon</groupId><artifactId>emoon-common-core</artifactId></dependency>
  19. <dependency><groupId>com.emoon</groupId><artifactId>emoon-common-tenant</artifactId></dependency>
  20. <dependency><groupId>com.emoon</groupId><artifactId>emoon-common-mybatis</artifactId></dependency>
  21. </dependencies>
  22. </project>