.flattened-pom.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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-dependencies-spring-boot-module</artifactId>
  13. <version>1.2.0-SNAPSHOT</version>
  14. <dependencyManagement>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.aivfo</groupId>
  18. <artifactId>aivfo-log-spring-boot-starter</artifactId>
  19. <version>${revision}</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.aivfo</groupId>
  23. <artifactId>aivfo-oplog-client</artifactId>
  24. <version>${revision}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.aivfo</groupId>
  28. <artifactId>aivfo-mqtt-spring-boot-starter</artifactId>
  29. <version>${revision}</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.aivfo</groupId>
  33. <artifactId>aivfo-dfs-client-spring-boot-starter</artifactId>
  34. <version>${revision}</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.aivfo</groupId>
  38. <artifactId>aivfo-kafka-spring-boot-starter</artifactId>
  39. <version>${revision}</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.aivfo</groupId>
  43. <artifactId>aivfo-web-servlet-spring-boot-starter</artifactId>
  44. <version>${revision}</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.aivfo</groupId>
  48. <artifactId>aivfo-web-reactive-spring-boot-starter</artifactId>
  49. <version>${revision}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.aivfo</groupId>
  53. <artifactId>aivfo-doc-spring-boot-start</artifactId>
  54. <version>${revision}</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.aivfo</groupId>
  58. <artifactId>aivfo-mybatis-plus-spring-boot-starter</artifactId>
  59. <version>${revision}</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.aivfo</groupId>
  63. <artifactId>aivfo-nacos-spring-boot-starter</artifactId>
  64. <version>${revision}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.aivfo</groupId>
  68. <artifactId>aivfo-openfeign-spring-boot-starter</artifactId>
  69. <version>${revision}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.aivfo</groupId>
  73. <artifactId>aivfo-notify-spring-boot-starter</artifactId>
  74. <version>${revision}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.aivfo</groupId>
  78. <artifactId>aivfo-safety-spring-boot-starter</artifactId>
  79. <version>${revision}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.aivfo</groupId>
  83. <artifactId>aivfo-jna-spring-boot-starter</artifactId>
  84. <version>${revision}</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.aivfo</groupId>
  88. <artifactId>aivfo-identify-spring-boot-starter</artifactId>
  89. <version>${revision}</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.aivfo</groupId>
  93. <artifactId>aivfo-monitor-spring-boot-starter</artifactId>
  94. <version>${revision}</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.aivfo</groupId>
  98. <artifactId>aivfo-prometheus-spring-boot-starter</artifactId>
  99. <version>${revision}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.aivfo</groupId>
  103. <artifactId>aivfo-feishu-spring-boot-starter</artifactId>
  104. <version>${revision}</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.aivfo</groupId>
  108. <artifactId>aivfo-xxljob-spring-boot</artifactId>
  109. <version>${revision}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.aivfo</groupId>
  113. <artifactId>aivfo-quartz-spring-boot</artifactId>
  114. <version>${revision}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.aivfo</groupId>
  118. <artifactId>aivfo-jni-spring-boot</artifactId>
  119. <version>${revision}</version>
  120. </dependency>
  121. </dependencies>
  122. </dependencyManagement>
  123. </project>