pom.xml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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</artifactId>
  12. <description>
  13. service模块
  14. </description>
  15. <properties>
  16. <weixin-java-cp.version>4.4.0</weixin-java-cp.version>
  17. <weixin-java-miniapp.version>4.7.0</weixin-java-miniapp.version>
  18. <weixin-java-mp.version>4.4.0</weixin-java-mp.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>cn.jpush.api</groupId>
  23. <artifactId>jpush-client</artifactId>
  24. <version>3.4.3</version>
  25. </dependency>
  26. <!-- okhttp -->
  27. <dependency>
  28. <groupId>com.squareup.okhttp3</groupId>
  29. <artifactId>okhttp</artifactId>
  30. <version>4.9.1</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>cn.jpush.api</groupId>
  34. <artifactId>jiguang-common</artifactId>
  35. <version>1.1.7</version>
  36. </dependency>
  37. <!-- 通用工具-->
  38. <dependency>
  39. <groupId>com.fs</groupId>
  40. <artifactId>fs-common</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.projectlombok</groupId>
  44. <artifactId>lombok</artifactId>
  45. <version>1.18.24</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.baidu.dev2</groupId>
  49. <artifactId>baiduads-sdk</artifactId>
  50. <version>2023.1.0</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.tzbank</groupId>
  54. <artifactId>tzbClient</artifactId>
  55. <version>1.0-SNAPSHOT</version>
  56. </dependency>
  57. <!--> google zxing <-->
  58. <dependency>
  59. <groupId>com.google.zxing</groupId>
  60. <artifactId>core</artifactId>
  61. <version>3.3.0</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.google.zxing</groupId>
  65. <artifactId>javase</artifactId>
  66. <version>3.3.0</version>
  67. </dependency>
  68. <!--> thumbnailator <-->
  69. <dependency>
  70. <groupId>net.coobird</groupId>
  71. <artifactId>thumbnailator</artifactId>
  72. <version>0.4.8</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.qcloud</groupId>
  76. <artifactId>cos-sts_api</artifactId>
  77. <version>3.1.1</version>
  78. </dependency>
  79. <!-- oss -->
  80. <dependency>
  81. <groupId>com.qiniu</groupId>
  82. <artifactId>qiniu-java-sdk</artifactId>
  83. <version>[7.2.0, 7.2.99]</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.aliyun.oss</groupId>
  87. <artifactId>aliyun-sdk-oss</artifactId>
  88. <version>3.5.0</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.qcloud</groupId>
  92. <artifactId>cos_api</artifactId>
  93. <version>5.6.3</version>
  94. <exclusions>
  95. <exclusion>
  96. <groupId>org.slf4j</groupId>
  97. <artifactId>slf4j-log4j12</artifactId>
  98. </exclusion>
  99. </exclusions>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.tencentcloudapi</groupId>
  103. <artifactId>tencentcloud-sdk-java</artifactId>
  104. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  105. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询所有版本,最新版本如下 -->
  106. <version>3.1.322</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.hibernate.validator</groupId>
  110. <artifactId>hibernate-validator</artifactId>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.github.binarywang</groupId>
  114. <artifactId>weixin-java-miniapp</artifactId>
  115. <version>4.7.0</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.github.binarywang</groupId>
  119. <artifactId>weixin-java-pay</artifactId>
  120. <version>4.7.2.B</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.github.binarywang</groupId>
  124. <artifactId>weixin-java-mp</artifactId>
  125. <version>${weixin-java-mp.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.github.binarywang</groupId>
  129. <artifactId>weixin-java-cp</artifactId>
  130. <version>${weixin-java-cp.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>io.swagger</groupId>
  134. <artifactId>swagger-annotations</artifactId>
  135. <version>1.5.21</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>io.swagger</groupId>
  139. <artifactId>swagger-models</artifactId>
  140. <version>1.5.21</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>com.vdurmont</groupId>
  144. <artifactId>emoji-java</artifactId>
  145. <version>4.0.0</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.github.tencentyun</groupId>
  149. <artifactId>tls-sig-api-v2</artifactId>
  150. <version>2.0</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.httpcomponents.client5</groupId>
  154. <artifactId>httpclient5</artifactId>
  155. <version>5.2.1</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>com.baidubce</groupId>
  159. <artifactId>appbuilder</artifactId>
  160. <version>0.6.0</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.springframework</groupId>
  164. <artifactId>spring-test</artifactId>
  165. <version>5.2.12.RELEASE</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>com.huaweicloud.sdk</groupId>
  169. <artifactId>huaweicloud-sdk-vod</artifactId>
  170. <version>3.1.103</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.huaweicloud.sdk</groupId>
  174. <artifactId>huaweicloud-sdk-mpc</artifactId>
  175. <version>3.1.88</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>com.huaweicloud.sdk</groupId>
  179. <artifactId>huaweicloud-sdk-cdn</artifactId>
  180. <version>3.1.54</version>
  181. </dependency>
  182. <!-- <dependency>-->
  183. <!-- <groupId>com.huaweicloud.sdk</groupId>-->
  184. <!-- <artifactId>huaweicloud-sdk-core</artifactId>-->
  185. <!-- <version>3.1.88</version>-->
  186. <!-- </dependency>-->
  187. <dependency>
  188. <groupId>com.huaweicloud</groupId>
  189. <artifactId>esdk-obs-java-bundle</artifactId>
  190. <version>3.23.9</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>ws.schild</groupId>
  194. <artifactId>jave-core</artifactId>
  195. <version>3.0.0</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.google.protobuf</groupId>
  199. <artifactId>protobuf-java</artifactId>
  200. <version>3.11.4</version>
  201. </dependency>
  202. <!-- <dependency>-->
  203. <!-- <groupId>org.redisson</groupId>-->
  204. <!-- <artifactId>redisson</artifactId>-->
  205. <!-- <version>3.13.6</version>-->
  206. <!-- </dependency>-->
  207. <dependency>
  208. <groupId>org.redisson</groupId>
  209. <artifactId>redisson-spring-boot-starter</artifactId>
  210. <version>3.13.6</version>
  211. </dependency>
  212. <dependency>
  213. <groupId>org.apache.rocketmq</groupId>
  214. <artifactId>rocketmq-spring-boot-starter</artifactId>
  215. <version>2.2.3</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.baomidou</groupId>
  219. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  220. <version>3.1.0</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>org.apache.commons</groupId>
  224. <artifactId>commons-text</artifactId>
  225. <version>1.10.0</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>com.github.wechatpay-apiv3</groupId>
  229. <artifactId>wechatpay-java</artifactId>
  230. <version>0.2.16</version>
  231. </dependency>
  232. <!-- <dependency>-->
  233. <!-- <groupId>redis.clients</groupId>-->
  234. <!-- <artifactId>jedis</artifactId>-->
  235. <!-- <version>3.7.0</version>-->
  236. <!-- </dependency>-->
  237. </dependencies>
  238. </project>