.flattened-pom.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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-parent</artifactId>
  8. <version>1.2.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.aivfo</groupId>
  11. <artifactId>aivfo-gateway</artifactId>
  12. <version>2.2.2.0-SNAPSHOT</version>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>aivfo-gateway-mapper</module>
  16. <module>aivfo-gateway-entity</module>
  17. <module>aivfo-gateway-service</module>
  18. <module>aivfo-gateway-service-impl</module>
  19. <module>aivfo-gateway-manage</module>
  20. <module>aivfo-gateway-controller</module>
  21. <module>aivfo-gateway-lanucher</module>
  22. <module>aivfo-gateway-facade</module>
  23. <module>aivfo-gateway-rpc</module>
  24. </modules>
  25. <dependencyManagement>
  26. <dependencies>
  27. <dependency>
  28. <groupId>com.aivfo</groupId>
  29. <artifactId>aivfo-gateway-controller</artifactId>
  30. <version>${project.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.aivfo</groupId>
  34. <artifactId>aivfo-gateway-entity</artifactId>
  35. <version>${project.version}</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.aivfo</groupId>
  39. <artifactId>aivfo-gateway-facade</artifactId>
  40. <version>${project.version}</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.aivfo</groupId>
  44. <artifactId>aivfo-gateway-manage</artifactId>
  45. <version>${project.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.aivfo</groupId>
  49. <artifactId>aivfo-gateway-mapper</artifactId>
  50. <version>${project.version}</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.aivfo</groupId>
  54. <artifactId>aivfo-gateway-rpc</artifactId>
  55. <version>${project.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.aivfo</groupId>
  59. <artifactId>aivfo-gateway-service</artifactId>
  60. <version>${project.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.aivfo</groupId>
  64. <artifactId>aivfo-gateway-service-impl</artifactId>
  65. <version>${project.version}</version>
  66. </dependency>
  67. </dependencies>
  68. </dependencyManagement>
  69. </project>