pom.xml 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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>tms-middleware</artifactId>
  7. <groupId>com.tokheim</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>middleware-client-jiangxi</artifactId>
  12. <dependencies>
  13. <!--spring-boot-starter-web-->
  14. <dependency>
  15. <groupId>org.springframework.boot</groupId>
  16. <artifactId>spring-boot-starter-web</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>org.springframework.boot</groupId>
  20. <artifactId>spring-boot-starter-test</artifactId>
  21. <scope>test</scope>
  22. <exclusions>
  23. <exclusion>
  24. <groupId>org.junit.vintage</groupId>
  25. <artifactId>junit-vintage-engine</artifactId>
  26. </exclusion>
  27. </exclusions>
  28. </dependency>
  29. <!--&lt;!&ndash;接口文档swagger&ndash;&gt;
  30. <dependency>
  31. <groupId>io.springfox</groupId>
  32. <artifactId>springfox-swagger2</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>io.springfox</groupId>
  36. <artifactId>springfox-swagger-ui</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>io.springfox</groupId>
  40. <artifactId>springfox-bean-validators</artifactId>
  41. <version>2.4.0</version>
  42. </dependency>
  43. -->
  44. <!--swagger增强UI-->
  45. <!-- <dependency>
  46. <groupId>com.github.xiaoymin</groupId>
  47. <artifactId>swagger-bootstrap-ui</artifactId>
  48. <version>1.9.5</version>
  49. </dependency>-->
  50. <!--注意:knife4j 不能和 swagger-bootstrap-ui 共同使用,会否则冲突-->
  51. <!--knife4j knife 匕首-->
  52. <dependency>
  53. <groupId>com.github.xiaoymin</groupId>
  54. <artifactId>knife4j-spring-boot-starter</artifactId>
  55. <!--在引用时请在maven中央仓库搜索最新版本号-->
  56. <version>2.0.2</version>
  57. </dependency>
  58. <!-- 引入SpringBoot swagger2 起步依赖包 -->
  59. <dependency>
  60. <groupId>com.spring4all</groupId>
  61. <artifactId>swagger-spring-boot-starter</artifactId>
  62. </dependency>
  63. <!--lombok-->
  64. <dependency>
  65. <groupId>org.projectlombok</groupId>
  66. <artifactId>lombok</artifactId>
  67. <scope>provided</scope>
  68. </dependency>
  69. <!-- wxpay-sdk -->
  70. <dependency>
  71. <groupId>com.github.wxpay</groupId>
  72. <artifactId>wxpay-sdk</artifactId>
  73. <version>0.0.3</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.apache.httpcomponents</groupId>
  77. <artifactId>httpclient</artifactId>
  78. </dependency>
  79. <!-- mybatis -->
  80. <!--<dependency>
  81. <groupId>org.mybatis</groupId>
  82. <artifactId>mybatis</artifactId>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.mybatis</groupId>
  86. <artifactId>mybatis-spring</artifactId>
  87. </dependency>-->
  88. <!-- 通用Mapper -->
  89. <dependency>
  90. <groupId>tk.mybatis</groupId>
  91. <artifactId>mapper-spring-boot-starter</artifactId>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.github.miemiedev</groupId>
  95. <artifactId>mybatis-paginator</artifactId>
  96. </dependency>
  97. <!-- mysql -->
  98. <dependency>
  99. <groupId>mysql</groupId>
  100. <artifactId>mysql-connector-java</artifactId>
  101. </dependency>
  102. <!-- druid连接池 -->
  103. <dependency>
  104. <groupId>com.alibaba</groupId>
  105. <artifactId>druid</artifactId>
  106. </dependency>
  107. <!--ali-fastjson-->
  108. <dependency>
  109. <groupId>com.alibaba</groupId>
  110. <artifactId>fastjson</artifactId>
  111. </dependency>
  112. <!--分页插件-->
  113. <dependency>
  114. <groupId>com.github.pagehelper</groupId>
  115. <artifactId>pagehelper</artifactId>
  116. </dependency>
  117. <!--mybatis-springboot-->
  118. <dependency>
  119. <groupId>org.mybatis.spring.boot</groupId>
  120. <artifactId>mybatis-spring-boot-starter</artifactId>
  121. </dependency>
  122. <!-- 文件上传组件 -->
  123. <!-- <dependency>
  124. <groupId>commons-fileupload</groupId>
  125. <artifactId>commons-fileupload</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.csource</groupId>
  129. <artifactId>fastdfs-client</artifactId>
  130. </dependency>-->
  131. <dependency>
  132. <groupId>net.oschina.zcx7878</groupId>
  133. <artifactId>fastdfs-client-java</artifactId>
  134. <version>1.27.0.0</version>
  135. </dependency>
  136. <!--spring securiy-->
  137. <!-- <dependency>
  138. <groupId>org.springframework.boot</groupId>
  139. <artifactId>spring-boot-starter-security</artifactId>
  140. </dependency>-->
  141. <!--token认证-->
  142. <!--<dependency>
  143. <groupId>org.springframework.security.oauth</groupId>
  144. <artifactId>spring-security-oauth2</artifactId>
  145. </dependency>-->
  146. <dependency>
  147. <groupId>io.jsonwebtoken</groupId>
  148. <artifactId>jjwt</artifactId>
  149. <version>0.9.0</version>
  150. </dependency>
  151. <!--ftp依赖-->
  152. <dependency>
  153. <groupId>commons-net</groupId>
  154. <artifactId>commons-net</artifactId>
  155. <version>3.6</version>
  156. </dependency>
  157. <!--redis -->
  158. <dependency>
  159. <groupId>org.springframework.boot</groupId>
  160. <artifactId>spring-boot-starter-data-redis</artifactId>
  161. </dependency>
  162. <!--redis client-->
  163. <dependency>
  164. <groupId>redis.clients</groupId>
  165. <artifactId>jedis</artifactId>
  166. </dependency>
  167. <dependency>
  168. <groupId>commons-lang</groupId>
  169. <artifactId>commons-lang</artifactId>
  170. <version>2.6</version>
  171. </dependency>
  172. <!--spring securiy-->
  173. <!-- <dependency>
  174. <groupId>org.springframework.boot</groupId>
  175. <artifactId>spring-boot-starter-security</artifactId>
  176. </dependency>-->
  177. <!--token认证-->
  178. <!-- <dependency>
  179. <groupId>org.springframework.security.oauth</groupId>
  180. <artifactId>spring-security-oauth2</artifactId>
  181. </dependency>-->
  182. <!--<dependency>
  183. <groupId>org.springframework.boot</groupId>
  184. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  185. </dependency>-->
  186. <!-- 加入httpClient依赖 -->
  187. <dependency>
  188. <groupId>commons-httpclient</groupId>
  189. <artifactId>commons-httpclient</artifactId>
  190. <version>3.1</version>
  191. </dependency>
  192. <!--阿里大于短信-->
  193. <dependency>
  194. <groupId>com.aliyun</groupId>
  195. <artifactId>aliyun-java-sdk-core</artifactId>
  196. <version>3.2.8</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>com.aliyun</groupId>
  200. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  201. <version>1.1.0</version>
  202. </dependency>
  203. <!--邮件-->
  204. <dependency >
  205. <groupId >com.sun.mail </groupId >
  206. <artifactId >javax.mail </artifactId >
  207. <version >1.5.4 </version >
  208. </dependency >
  209. <!--PDF 转 Word 文件-->
  210. <!--<dependency>
  211. <groupId>org.apache.pdfbox</groupId>
  212. <artifactId>pdfbox</artifactId>
  213. <version>2.0.4</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>net.coobird</groupId>
  217. <artifactId>thumbnailator</artifactId>
  218. <version>0.4.8</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.poi</groupId>
  222. <artifactId>poi</artifactId>
  223. <version>3.9</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.poi</groupId>
  227. <artifactId>poi-ooxml</artifactId>
  228. <version>3.9</version>
  229. </dependency>-->
  230. <!--常用工具类 -->
  231. <dependency>
  232. <groupId>org.apache.commons</groupId>
  233. <artifactId>commons-lang3</artifactId>
  234. <version>3.8.1</version>
  235. </dependency>
  236. <!--接口文档swagger-->
  237. <dependency>
  238. <groupId>io.springfox</groupId>
  239. <artifactId>springfox-swagger2</artifactId>
  240. <version>2.9.2</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>io.springfox</groupId>
  244. <artifactId>springfox-swagger-ui</artifactId>
  245. <version>2.9.2</version>
  246. </dependency>
  247. </dependencies>
  248. <build>
  249. <plugins>
  250. <plugin>
  251. <groupId>org.apache.maven.plugins</groupId>
  252. <artifactId>maven-compiler-plugin</artifactId>
  253. <configuration>
  254. <source>1.8</source>
  255. <target>1.8</target>
  256. </configuration>
  257. </plugin>
  258. <plugin>
  259. <groupId>org.springframework.boot</groupId>
  260. <artifactId>spring-boot-maven-plugin</artifactId>
  261. <executions>
  262. <execution>
  263. <goals>
  264. <goal>repackage</goal>
  265. </goals>
  266. </execution>
  267. </executions>
  268. </plugin>
  269. </plugins>
  270. </build>
  271. </project>