.flattened-pom.xml 1.5 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-dependencies-parent</artifactId>
  8. <version>1.2.0-SNAPSHOT</version>
  9. <relativePath>../../../ability/aivfo-framework-build/aivfo-dependencies-parent/pom.xml</relativePath>
  10. </parent>
  11. <groupId>com.aivfo</groupId>
  12. <artifactId>aivfo-element-dependencies</artifactId>
  13. <version>1.2.0-SNAPSHOT</version>
  14. <packaging>pom</packaging>
  15. <dependencyManagement>
  16. <dependencies>
  17. <dependency>
  18. <groupId>com.aivfo</groupId>
  19. <artifactId>aivfo-element-common</artifactId>
  20. <version>${revision}</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.aivfo</groupId>
  24. <artifactId>aivfo-element-core</artifactId>
  25. <version>${revision}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.aivfo</groupId>
  29. <artifactId>aivfo-element-base</artifactId>
  30. <version>${revision}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.aivfo</groupId>
  34. <artifactId>aivfo-element-auth</artifactId>
  35. <version>${revision}</version>
  36. </dependency>
  37. </dependencies>
  38. </dependencyManagement>
  39. </project>