pom.xml 821 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>aivfo-ai-middleware</artifactId>
  5. <groupId>com.aivfo</groupId>
  6. <version>2.2.0.0-SNAPSHOT</version>
  7. <relativePath>../pom.xml</relativePath>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>aivfo-ai-middleware-mapper</artifactId>
  11. <dependencies>
  12. <!-- ==========mapper、entity======== -->
  13. <dependency>
  14. <groupId>com.aivfo</groupId>
  15. <artifactId>aivfo-ai-middleware-entity</artifactId>
  16. </dependency>
  17. </dependencies>
  18. </project>