.flattened-pom.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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-business-manage</artifactId>
  8. <version>2.2.4.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.aivfo</groupId>
  11. <artifactId>aivfo-business-manage-lanucher</artifactId>
  12. <version>2.2.4.0-SNAPSHOT</version>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>aivfo-business-manage-pc-lanucher</module>
  16. <module>aivfo-business-manage-surface-lanucher</module>
  17. <module>aivfo-business-manage-app-lanucher</module>
  18. </modules>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.aivfo</groupId>
  22. <artifactId>aivfo-nacos-spring-boot-starter</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.aivfo</groupId>
  26. <artifactId>aivfo-safety-spring-boot-starter</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.aivfo</groupId>
  30. <artifactId>aivfo-oplog-client</artifactId>
  31. </dependency>
  32. </dependencies>
  33. </project>