.flattened-pom.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. <groupId>cn.iocoder.boot</groupId>
  6. <artifactId>yudao-module-infra</artifactId>
  7. <version>2025.11-SNAPSHOT</version>
  8. <name>yudao-module-infra</name>
  9. <description>infra 模块,主要提供两块能力:
  10. 1. 我们放基础设施的运维与管理,支撑上层的通用与核心业务。 例如说:定时任务的管理、服务器的信息等等
  11. 2. 研发工具,提升研发效率与质量。 例如说:代码生成器、接口文档等等</description>
  12. <url>https://github.com/YunaiV/ruoyi-vue-pro/yudao-module-infra</url>
  13. <dependencies>
  14. <dependency>
  15. <groupId>cn.iocoder.boot</groupId>
  16. <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
  17. <version>2025.11-SNAPSHOT</version>
  18. <scope>compile</scope>
  19. </dependency>
  20. <dependency>
  21. <groupId>cn.iocoder.boot</groupId>
  22. <artifactId>yudao-spring-boot-starter-security</artifactId>
  23. <version>2025.11-SNAPSHOT</version>
  24. <scope>compile</scope>
  25. </dependency>
  26. <dependency>
  27. <groupId>cn.iocoder.boot</groupId>
  28. <artifactId>yudao-spring-boot-starter-websocket</artifactId>
  29. <version>2025.11-SNAPSHOT</version>
  30. <scope>compile</scope>
  31. </dependency>
  32. <dependency>
  33. <groupId>cn.iocoder.boot</groupId>
  34. <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
  35. <version>2025.11-SNAPSHOT</version>
  36. <scope>compile</scope>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.baomidou</groupId>
  40. <artifactId>mybatis-plus-generator</artifactId>
  41. <version>3.5.14</version>
  42. <scope>compile</scope>
  43. </dependency>
  44. <dependency>
  45. <groupId>cn.iocoder.boot</groupId>
  46. <artifactId>yudao-spring-boot-starter-redis</artifactId>
  47. <version>2025.11-SNAPSHOT</version>
  48. <scope>compile</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>cn.iocoder.boot</groupId>
  52. <artifactId>yudao-spring-boot-starter-job</artifactId>
  53. <version>2025.11-SNAPSHOT</version>
  54. <scope>compile</scope>
  55. </dependency>
  56. <dependency>
  57. <groupId>cn.iocoder.boot</groupId>
  58. <artifactId>yudao-spring-boot-starter-mq</artifactId>
  59. <version>2025.11-SNAPSHOT</version>
  60. <scope>compile</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>cn.iocoder.boot</groupId>
  64. <artifactId>yudao-spring-boot-starter-excel</artifactId>
  65. <version>2025.11-SNAPSHOT</version>
  66. <scope>compile</scope>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.apache.velocity</groupId>
  70. <artifactId>velocity-engine-core</artifactId>
  71. <version>2.4.1</version>
  72. <scope>compile</scope>
  73. </dependency>
  74. <dependency>
  75. <groupId>cn.iocoder.boot</groupId>
  76. <artifactId>yudao-spring-boot-starter-monitor</artifactId>
  77. <version>2025.11-SNAPSHOT</version>
  78. <scope>compile</scope>
  79. </dependency>
  80. <dependency>
  81. <groupId>de.codecentric</groupId>
  82. <artifactId>spring-boot-admin-starter-server</artifactId>
  83. <version>3.5.6</version>
  84. <scope>compile</scope>
  85. <exclusions>
  86. <exclusion>
  87. <groupId>de.codecentric</groupId>
  88. <artifactId>spring-boot-admin-server-cloud</artifactId>
  89. </exclusion>
  90. </exclusions>
  91. <optional>true</optional>
  92. </dependency>
  93. <dependency>
  94. <groupId>commons-net</groupId>
  95. <artifactId>commons-net</artifactId>
  96. <version>3.12.0</version>
  97. <scope>compile</scope>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.github.mwiede</groupId>
  101. <artifactId>jsch</artifactId>
  102. <version>2.27.6</version>
  103. <scope>compile</scope>
  104. </dependency>
  105. <dependency>
  106. <groupId>software.amazon.awssdk</groupId>
  107. <artifactId>s3</artifactId>
  108. <version>2.39.2</version>
  109. <scope>compile</scope>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.apache.tika</groupId>
  113. <artifactId>tika-core</artifactId>
  114. <version>3.2.3</version>
  115. <scope>compile</scope>
  116. </dependency>
  117. </dependencies>
  118. <repositories>
  119. <repository>
  120. <id>huaweicloud</id>
  121. <name>huawei</name>
  122. <url>https://mirrors.huaweicloud.com/repository/maven/</url>
  123. </repository>
  124. <repository>
  125. <id>aliyunmaven</id>
  126. <name>aliyun</name>
  127. <url>https://maven.aliyun.com/repository/public</url>
  128. </repository>
  129. <repository>
  130. <snapshots>
  131. <enabled>false</enabled>
  132. </snapshots>
  133. <id>spring-milestones</id>
  134. <name>Spring Milestones</name>
  135. <url>https://repo.spring.io/milestone</url>
  136. </repository>
  137. <repository>
  138. <releases>
  139. <enabled>false</enabled>
  140. </releases>
  141. <id>spring-snapshots</id>
  142. <name>Spring Snapshots</name>
  143. <url>https://repo.spring.io/snapshot</url>
  144. </repository>
  145. </repositories>
  146. </project>