pom.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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. <parent>
  6. <artifactId>fs</artifactId>
  7. <groupId>com.fs</groupId>
  8. <version>1.1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>fs-service-system</artifactId>
  12. <description>
  13. system系统模块
  14. </description>
  15. <properties>
  16. <weixin-java-cp.version>4.7.0</weixin-java-cp.version>
  17. <weixin-java-miniapp.version>4.7.0</weixin-java-miniapp.version>
  18. <weixin-java-mp.version>4.7.0</weixin-java-mp.version>
  19. </properties>
  20. <dependencies>
  21. <!-- 通用工具-->
  22. <dependency>
  23. <groupId>com.fs</groupId>
  24. <artifactId>fs-common</artifactId>
  25. </dependency>
  26. <!--防止进入swagger页面报类型转换错误,排除2.9.2中的引用,手动增加1.5.21版本-->
  27. <dependency>
  28. <groupId>io.swagger</groupId>
  29. <artifactId>swagger-annotations</artifactId>
  30. <version>1.5.21</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>io.swagger</groupId>
  34. <artifactId>swagger-models</artifactId>
  35. <version>1.5.21</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>cn.hutool</groupId>
  39. <artifactId>hutool-all</artifactId>
  40. <version>5.3.7</version>
  41. </dependency>
  42. <!-- oss -->
  43. <dependency>
  44. <groupId>com.qiniu</groupId>
  45. <artifactId>qiniu-java-sdk</artifactId>
  46. <version>[7.2.0, 7.2.99]</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.aliyun.oss</groupId>
  50. <artifactId>aliyun-sdk-oss</artifactId>
  51. <version>3.5.0</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.qcloud</groupId>
  55. <artifactId>cos_api</artifactId>
  56. <version>5.6.3</version>
  57. <exclusions>
  58. <exclusion>
  59. <groupId>org.slf4j</groupId>
  60. <artifactId>slf4j-log4j12</artifactId>
  61. </exclusion>
  62. </exclusions>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.tencentcloudapi</groupId>
  66. <artifactId>tencentcloud-sdk-java</artifactId>
  67. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  68. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询所有版本,最新版本如下 -->
  69. <version>3.1.322</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.hibernate.validator</groupId>
  73. <artifactId>hibernate-validator</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.github.binarywang</groupId>
  77. <artifactId>weixin-java-miniapp</artifactId>
  78. <version>${weixin-java-miniapp.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.github.binarywang</groupId>
  82. <artifactId>weixin-java-pay</artifactId>
  83. <version>4.7.2.B</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.github.binarywang</groupId>
  87. <artifactId>weixin-java-mp</artifactId>
  88. <version>${weixin-java-mp.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.github.binarywang</groupId>
  92. <artifactId>weixin-java-cp</artifactId>
  93. <version>${weixin-java-cp.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.apache.httpcomponents.client5</groupId>
  97. <artifactId>httpclient5</artifactId>
  98. <version>5.2.1</version>
  99. </dependency>
  100. <!-- <dependency>-->
  101. <!-- <groupId>redis.clients</groupId>-->
  102. <!-- <artifactId>jedis</artifactId>-->
  103. <!-- <version>2.9.0</version>-->
  104. <!-- </dependency>-->
  105. <!-- <dependency>-->
  106. <!-- <groupId>com.github.jedis-lock</groupId>-->
  107. <!-- <artifactId>jedis-lock</artifactId>-->
  108. <!-- <version>1.0.0</version>-->
  109. <!-- </dependency>-->
  110. <dependency>
  111. <groupId>com.hc</groupId>
  112. <artifactId>openapi</artifactId>
  113. <version>1.0</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.vdurmont</groupId>
  117. <artifactId>emoji-java</artifactId>
  118. <version>4.0.0</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>cn.jpush.api</groupId>
  122. <artifactId>jpush-client</artifactId>
  123. <version>3.4.3</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>cn.jpush.api</groupId>
  127. <artifactId>jiguang-common</artifactId>
  128. <version>1.1.7</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.google.zxing</groupId>
  132. <artifactId>core</artifactId>
  133. <version>3.3.3</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.google.zxing</groupId>
  137. <artifactId>javase</artifactId>
  138. <version>3.3.3</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.squareup.okhttp3</groupId>
  142. <artifactId>okhttp</artifactId>
  143. <version>3.14.9</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>com.belerweb</groupId>
  147. <artifactId>pinyin4j</artifactId>
  148. <version>2.5.1</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.huaweicloud</groupId>
  152. <artifactId>esdk-obs-java-bundle</artifactId>
  153. <version>3.23.9</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.huaweicloud.sdk</groupId>
  157. <artifactId>huaweicloud-sdk-vod</artifactId>
  158. <version>3.1.103</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.huaweicloud.sdk</groupId>
  162. <artifactId>huaweicloud-sdk-mpc</artifactId>
  163. <version>3.1.88</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.qcloud</groupId>
  167. <artifactId>cos-sts_api</artifactId>
  168. <version>3.1.1</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.springframework</groupId>
  172. <artifactId>spring-test</artifactId>
  173. <version>5.2.12.RELEASE</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.baidubce</groupId>
  177. <artifactId>appbuilder</artifactId>
  178. <version>0.6.0</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.redisson</groupId>
  182. <artifactId>redisson-spring-boot-starter</artifactId>
  183. <version>3.13.6</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>com.github.ben-manes.caffeine</groupId>
  187. <artifactId>caffeine</artifactId>
  188. </dependency>
  189. <dependency>
  190. <groupId>org.mapstruct</groupId>
  191. <artifactId>mapstruct</artifactId>
  192. <version>${org.mapstruct.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>org.mapstruct</groupId>
  196. <artifactId>mapstruct-processor</artifactId>
  197. <version>${org.mapstruct.version}</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.apache.rocketmq</groupId>
  201. <artifactId>rocketmq-spring-boot-starter</artifactId>
  202. <version>2.2.3</version>
  203. </dependency>
  204. </dependencies>
  205. </project>