pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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.4.0</weixin-java-cp.version>
  17. <weixin-java-miniapp.version>4.4.0</weixin-java-miniapp.version>
  18. </properties>
  19. <dependencies>
  20. <!-- 通用工具-->
  21. <dependency>
  22. <groupId>com.fs</groupId>
  23. <artifactId>fs-common</artifactId>
  24. </dependency>
  25. <!--防止进入swagger页面报类型转换错误,排除2.9.2中的引用,手动增加1.5.21版本-->
  26. <dependency>
  27. <groupId>io.swagger</groupId>
  28. <artifactId>swagger-annotations</artifactId>
  29. <version>1.5.21</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>io.swagger</groupId>
  33. <artifactId>swagger-models</artifactId>
  34. <version>1.5.21</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>cn.hutool</groupId>
  38. <artifactId>hutool-all</artifactId>
  39. <version>5.3.7</version>
  40. </dependency>
  41. <!-- oss -->
  42. <dependency>
  43. <groupId>com.qiniu</groupId>
  44. <artifactId>qiniu-java-sdk</artifactId>
  45. <version>[7.2.0, 7.2.99]</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.aliyun.oss</groupId>
  49. <artifactId>aliyun-sdk-oss</artifactId>
  50. <version>3.5.0</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.qcloud</groupId>
  54. <artifactId>cos_api</artifactId>
  55. <version>5.6.3</version>
  56. <exclusions>
  57. <exclusion>
  58. <groupId>org.slf4j</groupId>
  59. <artifactId>slf4j-log4j12</artifactId>
  60. </exclusion>
  61. </exclusions>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.tencentcloudapi</groupId>
  65. <artifactId>tencentcloud-sdk-java</artifactId>
  66. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  67. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询所有版本,最新版本如下 -->
  68. <version>3.1.322</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.hibernate.validator</groupId>
  72. <artifactId>hibernate-validator</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.github.binarywang</groupId>
  76. <artifactId>weixin-java-miniapp</artifactId>
  77. <version>${weixin-java-miniapp.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.github.binarywang</groupId>
  81. <artifactId>weixin-java-mp</artifactId>
  82. <version>${weixin-java-miniapp.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.github.binarywang</groupId>
  86. <artifactId>weixin-java-pay</artifactId>
  87. <version>${weixin-java-miniapp.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.github.binarywang</groupId>
  91. <artifactId>weixin-java-cp</artifactId>
  92. <version>${weixin-java-cp.version}</version>
  93. </dependency>
  94. <!-- <dependency>-->
  95. <!-- <groupId>redis.clients</groupId>-->
  96. <!-- <artifactId>jedis</artifactId>-->
  97. <!-- <version>2.9.0</version>-->
  98. <!-- </dependency>-->
  99. <!-- <dependency>-->
  100. <!-- <groupId>com.github.jedis-lock</groupId>-->
  101. <!-- <artifactId>jedis-lock</artifactId>-->
  102. <!-- <version>1.0.0</version>-->
  103. <!-- </dependency>-->
  104. <dependency>
  105. <groupId>com.hc</groupId>
  106. <artifactId>openapi</artifactId>
  107. <version>1.0</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.vdurmont</groupId>
  111. <artifactId>emoji-java</artifactId>
  112. <version>4.0.0</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>cn.jpush.api</groupId>
  116. <artifactId>jpush-client</artifactId>
  117. <version>3.4.3</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>cn.jpush.api</groupId>
  121. <artifactId>jiguang-common</artifactId>
  122. <version>1.1.7</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.google.zxing</groupId>
  126. <artifactId>core</artifactId>
  127. <version>3.3.3</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.google.zxing</groupId>
  131. <artifactId>javase</artifactId>
  132. <version>3.3.3</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.squareup.okhttp3</groupId>
  136. <artifactId>okhttp</artifactId>
  137. <version>3.14.9</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.belerweb</groupId>
  141. <artifactId>pinyin4j</artifactId>
  142. <version>2.5.1</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.tzbank</groupId>
  146. <artifactId>tzbClient</artifactId>
  147. <version>1.0-SNAPSHOT</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.springframework.boot</groupId>
  151. <artifactId>spring-boot-starter-test</artifactId>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.github.ben-manes.caffeine</groupId>
  155. <artifactId>caffeine</artifactId>
  156. </dependency>
  157. </dependencies>
  158. </project>