pom.xml 1.2 KB

12345678910111213141516171819202122232425262728
  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"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <artifactId>aivfo-ai-middleware</artifactId>
  6. <groupId>com.aivfo</groupId>
  7. <version>2.2.0.0-SNAPSHOT</version>
  8. <relativePath>../pom.xml</relativePath>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>aivfo-ai-middleware-entity</artifactId>
  12. <dependencies>
  13. <!-- <dependency>-->
  14. <!-- <groupId>com.aivfo</groupId>-->
  15. <!-- <artifactId>aivfo-mybatis-plus-spring-boot-starter</artifactId>-->
  16. <!-- </dependency>-->
  17. <dependency>
  18. <groupId>com.aivfo</groupId>
  19. <artifactId>aivfo-element-common</artifactId>
  20. </dependency>
  21. <!-- https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine -->
  22. <dependency>
  23. <groupId>com.github.ben-manes.caffeine</groupId>
  24. <artifactId>caffeine</artifactId>
  25. </dependency>
  26. </dependencies>
  27. </project>