pom.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <parent>
  6. <artifactId>aivfo-model-parent</artifactId>
  7. <groupId>com.aivfo</groupId>
  8. <version>${revision}</version>
  9. <relativePath>../../ability/aivfo-framework-build/aivfo-project-build/aivfo-model-parent/pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <packaging>pom</packaging>
  13. <modules>
  14. <module>aivfo-log-spring-boot-core</module>
  15. <module>aivfo-log-spring-boot-autoconfigure</module>
  16. <module>aivfo-log-spring-boot-starter</module>
  17. </modules>
  18. <artifactId>aivfo-log-spring-boot</artifactId>
  19. <dependencyManagement>
  20. <dependencies>
  21. <dependency>
  22. <groupId>com.aivfo</groupId>
  23. <artifactId>aivfo-log-spring-boot-core</artifactId>
  24. <version>${revision}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.aivfo</groupId>
  28. <artifactId>aivfo-log-spring-boot-autoconfigure</artifactId>
  29. <version>${revision}</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.aivfo</groupId>
  33. <artifactId>aivfo-log-spring-boot-starter</artifactId>
  34. <version>${revision}</version>
  35. </dependency>
  36. </dependencies>
  37. </dependencyManagement>
  38. </project>