pom.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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>carbon-platform</artifactId>
  7. <groupId>com.hcloud.microserver</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.hcloud.microserver</groupId>
  12. <artifactId>common-core</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <packaging>jar</packaging>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.github.pagehelper</groupId>
  18. <artifactId>pagehelper-spring-boot-starter</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>io.springfox</groupId>
  22. <artifactId>springfox-swagger2</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>io.springfox</groupId>
  26. <artifactId>springfox-swagger-ui</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.data</groupId>
  30. <artifactId>spring-data-commons</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.projectlombok</groupId>
  34. <artifactId>lombok</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>io.jsonwebtoken</groupId>
  38. <artifactId>jjwt</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>cn.hutool</groupId>
  42. <artifactId>hutool-all</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.springframework.boot</groupId>
  46. <artifactId>spring-boot-starter-jdbc</artifactId>
  47. </dependency>
  48. <!--短信服务-->
  49. <dependency>
  50. <groupId>com.aliyun</groupId>
  51. <artifactId>aliyun-java-sdk-core</artifactId>
  52. <version>4.0.3</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.springframework</groupId>
  56. <artifactId>spring-web</artifactId>
  57. <version>5.2.8.RELEASE</version>
  58. <scope>compile</scope>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.alibaba</groupId>
  62. <artifactId>fastjson</artifactId>
  63. <version>1.2.73</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.apache.tomcat.embed</groupId>
  67. <artifactId>tomcat-embed-core</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.springframework.security</groupId>
  71. <artifactId>spring-security-core</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework.security</groupId>
  75. <artifactId>spring-security-core</artifactId>
  76. </dependency>
  77. <!-- https://mvnrepository.com/artifact/commons-net/commons-net -->
  78. <dependency>
  79. <groupId>commons-net</groupId>
  80. <artifactId>commons-net</artifactId>
  81. <version>3.6</version>
  82. </dependency>
  83. <!-- https://mvnrepository.com/artifact/net.sf.dozer/dozer -->
  84. <dependency>
  85. <groupId>net.sf.dozer</groupId>
  86. <artifactId>dozer</artifactId>
  87. <version>5.5.1</version>
  88. </dependency>
  89. <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
  90. <dependency>
  91. <groupId>org.apache.httpcomponents</groupId>
  92. <artifactId>httpclient</artifactId>
  93. <version>4.5.12</version>
  94. </dependency>
  95. <!-- https://mvnrepository.com/artifact/cn.hutool/hutool-captcha -->
  96. <dependency>
  97. <groupId>cn.hutool</groupId>
  98. <artifactId>hutool-captcha</artifactId>
  99. <version>5.5.0</version>
  100. </dependency>
  101. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  102. <dependency>
  103. <groupId>com.google.code.gson</groupId>
  104. <artifactId>gson</artifactId>
  105. <version>2.8.6</version>
  106. </dependency>
  107. <!-- https://mvnrepository.com/artifact/com.google.zxing/core -->
  108. <dependency>
  109. <groupId>com.google.zxing</groupId>
  110. <artifactId>core</artifactId>
  111. <version>3.3.3</version>
  112. </dependency>
  113. <!-- https://mvnrepository.com/artifact/com.google.zxing/javase -->
  114. <dependency>
  115. <groupId>com.google.zxing</groupId>
  116. <artifactId>javase</artifactId>
  117. <version>3.4.0</version>
  118. </dependency>
  119. <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel -->
  120. <dependency>
  121. <groupId>com.alibaba</groupId>
  122. <artifactId>easyexcel</artifactId>
  123. <version>2.2.6</version>
  124. </dependency>
  125. <!-- https://mvnrepository.com/artifact/com.jcraft/jsch -->
  126. <dependency>
  127. <groupId>com.jcraft</groupId>
  128. <artifactId>jsch</artifactId>
  129. <version>0.1.54</version>
  130. </dependency>
  131. <!-- https://mvnrepository.com/artifact/com.github.suxingli/aliyuncs -->
  132. <dependency>
  133. <groupId>com.github.suxingli</groupId>
  134. <artifactId>aliyuncs</artifactId>
  135. <version>1.0.1</version>
  136. </dependency>
  137. <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt -->
  138. <dependency>
  139. <groupId>io.jsonwebtoken</groupId>
  140. <artifactId>jjwt</artifactId>
  141. <version>0.9.1</version>
  142. </dependency>
  143. <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
  144. <dependency>
  145. <groupId>com.github.pagehelper</groupId>
  146. <artifactId>pagehelper</artifactId>
  147. <version>5.2.0</version>
  148. </dependency>
  149. <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
  150. <dependency>
  151. <groupId>com.belerweb</groupId>
  152. <artifactId>pinyin4j</artifactId>
  153. <version>2.5.1</version>
  154. </dependency>
  155. <!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j -->
  156. <dependency>
  157. <groupId>org.slf4j</groupId>
  158. <artifactId>log4j-over-slf4j</artifactId>
  159. <version>1.8.0-beta2</version>
  160. </dependency>
  161. <!-- https://mvnrepository.com/artifact/com.github.binarywang/weixin-java-mp -->
  162. <dependency>
  163. <groupId>com.github.binarywang</groupId>
  164. <artifactId>weixin-java-mp</artifactId>
  165. <version>3.9.9.B</version>
  166. </dependency>
  167. <!-- https://mvnrepository.com/artifact/org.springframework.data/spring-data-redis -->
  168. <dependency>
  169. <groupId>org.springframework.data</groupId>
  170. <artifactId>spring-data-redis</artifactId>
  171. <version>2.4.0</version>
  172. </dependency>
  173. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  174. <dependency>
  175. <groupId>org.jsoup</groupId>
  176. <artifactId>jsoup</artifactId>
  177. <version>1.12.1</version>
  178. </dependency>
  179. <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
  180. <dependency>
  181. <groupId>net.sourceforge.jexcelapi</groupId>
  182. <artifactId>jxl</artifactId>
  183. <version>2.6.12</version>
  184. </dependency>
  185. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp/okhttp -->
  186. <dependency>
  187. <groupId>com.squareup.okhttp</groupId>
  188. <artifactId>okhttp</artifactId>
  189. <version>2.7.5</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>javax.validation</groupId>
  193. <artifactId>validation-api</artifactId>
  194. <version>2.0.1.Final</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>com.qiniu</groupId>
  198. <artifactId>qiniu-java-sdk</artifactId>
  199. <version>7.2.28</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.github.anji-plus</groupId>
  203. <artifactId>captcha-spring-boot-starter</artifactId>
  204. <version>1.2.4</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.springframework.cloud</groupId>
  208. <artifactId>spring-cloud-starter-openfeign</artifactId>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.springframework.cloud</groupId>
  212. <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
  213. </dependency>
  214. <!-- easyExcel -->
  215. <dependency>
  216. <groupId>com.alibaba</groupId>
  217. <artifactId>easyexcel</artifactId>
  218. <version>2.2.6</version>
  219. </dependency>
  220. </dependencies>
  221. </project>