.flattened-pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.aivfo</groupId>
  7. <artifactId>aivfo-ai-middleware</artifactId>
  8. <version>2.2.0.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.aivfo</groupId>
  11. <artifactId>aivfo-ai-middleware-manage</artifactId>
  12. <version>2.2.0.0-SNAPSHOT</version>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.aivfo</groupId>
  16. <artifactId>aivfo-ai-middleware-service-impl</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.aivfo</groupId>
  20. <artifactId>aivfo-ai-middleware-facade</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.springframework</groupId>
  24. <artifactId>spring-beans</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.aivfo</groupId>
  28. <artifactId>aivfo-doc-spring-boot-start</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.aivfo</groupId>
  32. <artifactId>aivfo-web-servlet-spring-boot-starter</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.aivfo</groupId>
  36. <artifactId>aivfo-monitor-spring-boot-starter</artifactId>
  37. </dependency>
  38. </dependencies>
  39. </project>