pom.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.emoon</groupId>
  7. <artifactId>emoon-common-bom</artifactId>
  8. <version>${revision}</version>
  9. <packaging>pom</packaging>
  10. <description>
  11. ruoyi-common-bom common依赖项
  12. </description>
  13. <properties>
  14. <revision>5.4.1</revision>
  15. </properties>
  16. <dependencyManagement>
  17. <dependencies>
  18. <!-- 核心模块 -->
  19. <dependency>
  20. <groupId>com.emoon</groupId>
  21. <artifactId>emoon-common-core</artifactId>
  22. <version>${revision}</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.emoon</groupId>
  26. <artifactId>emoon-system-api</artifactId>
  27. <version>${revision}</version>
  28. </dependency>
  29. <!-- 接口模块 -->
  30. <dependency>
  31. <groupId>com.emoon</groupId>
  32. <artifactId>emoon-common-doc</artifactId>
  33. <version>${revision}</version>
  34. </dependency>
  35. <!-- excel -->
  36. <dependency>
  37. <groupId>com.emoon</groupId>
  38. <artifactId>emoon-common-excel</artifactId>
  39. <version>${revision}</version>
  40. </dependency>
  41. <!-- 幂等 -->
  42. <dependency>
  43. <groupId>com.emoon</groupId>
  44. <artifactId>emoon-common-idempotent</artifactId>
  45. <version>${revision}</version>
  46. </dependency>
  47. <!-- 调度模块 -->
  48. <dependency>
  49. <groupId>com.emoon</groupId>
  50. <artifactId>emoon-common-job</artifactId>
  51. <version>${revision}</version>
  52. </dependency>
  53. <!-- 日志记录 -->
  54. <dependency>
  55. <groupId>com.emoon</groupId>
  56. <artifactId>emoon-common-log</artifactId>
  57. <version>${revision}</version>
  58. </dependency>
  59. <!-- 邮件服务 -->
  60. <dependency>
  61. <groupId>com.emoon</groupId>
  62. <artifactId>emoon-common-mail</artifactId>
  63. <version>${revision}</version>
  64. </dependency>
  65. <!-- 数据库服务 -->
  66. <dependency>
  67. <groupId>com.emoon</groupId>
  68. <artifactId>emoon-common-mybatis</artifactId>
  69. <version>${revision}</version>
  70. </dependency>
  71. <!-- OSS -->
  72. <dependency>
  73. <groupId>com.emoon</groupId>
  74. <artifactId>emoon-common-oss</artifactId>
  75. <version>${revision}</version>
  76. </dependency>
  77. <!-- 限流 -->
  78. <dependency>
  79. <groupId>com.emoon</groupId>
  80. <artifactId>emoon-common-ratelimiter</artifactId>
  81. <version>${revision}</version>
  82. </dependency>
  83. <!-- 缓存服务 -->
  84. <dependency>
  85. <groupId>com.emoon</groupId>
  86. <artifactId>emoon-common-redis</artifactId>
  87. <version>${revision}</version>
  88. </dependency>
  89. <!-- satoken -->
  90. <dependency>
  91. <groupId>com.emoon</groupId>
  92. <artifactId>emoon-common-satoken</artifactId>
  93. <version>${revision}</version>
  94. </dependency>
  95. <!-- 安全模块 -->
  96. <dependency>
  97. <groupId>com.emoon</groupId>
  98. <artifactId>emoon-common-security</artifactId>
  99. <version>${revision}</version>
  100. </dependency>
  101. <!-- 短信模块 -->
  102. <dependency>
  103. <groupId>com.emoon</groupId>
  104. <artifactId>emoon-common-sms</artifactId>
  105. <version>${revision}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.emoon</groupId>
  109. <artifactId>emoon-common-social</artifactId>
  110. <version>${revision}</version>
  111. </dependency>
  112. <!-- web服务 -->
  113. <dependency>
  114. <groupId>com.emoon</groupId>
  115. <artifactId>emoon-common-web</artifactId>
  116. <version>${revision}</version>
  117. </dependency>
  118. <!-- 翻译模块 -->
  119. <dependency>
  120. <groupId>com.emoon</groupId>
  121. <artifactId>emoon-common-translation</artifactId>
  122. <version>${revision}</version>
  123. </dependency>
  124. <!-- 脱敏模块 -->
  125. <dependency>
  126. <groupId>com.emoon</groupId>
  127. <artifactId>emoon-common-sensitive</artifactId>
  128. <version>${revision}</version>
  129. </dependency>
  130. <!-- 序列化模块 -->
  131. <dependency>
  132. <groupId>com.emoon</groupId>
  133. <artifactId>emoon-common-json</artifactId>
  134. <version>${revision}</version>
  135. </dependency>
  136. <!-- 数据库加解密模块 -->
  137. <dependency>
  138. <groupId>com.emoon</groupId>
  139. <artifactId>emoon-common-encrypt</artifactId>
  140. <version>${revision}</version>
  141. </dependency>
  142. <!-- 租户模块 -->
  143. <dependency>
  144. <groupId>com.emoon</groupId>
  145. <artifactId>emoon-common-tenant</artifactId>
  146. <version>${revision}</version>
  147. </dependency>
  148. <!-- WebSocket模块 -->
  149. <dependency>
  150. <groupId>com.emoon</groupId>
  151. <artifactId>emoon-common-websocket</artifactId>
  152. <version>${revision}</version>
  153. </dependency>
  154. <!-- SSE模块 -->
  155. <dependency>
  156. <groupId>com.emoon</groupId>
  157. <artifactId>emoon-common-sse</artifactId>
  158. <version>${revision}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.emoon</groupId>
  162. <artifactId>emoon-common-xinference</artifactId>
  163. <version>${revision}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.emoon</groupId>
  167. <artifactId>emoon-common-httpclient</artifactId>
  168. <version>${revision}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.emoon</groupId>
  172. <artifactId>emoon-common-vector</artifactId>
  173. <version>${revision}</version>
  174. </dependency>
  175. </dependencies>
  176. </dependencyManagement>
  177. </project>