pom.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <groupId>com.platform</groupId>
  5. <artifactId>platform</artifactId>
  6. <version>1.0.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>platform-common</artifactId>
  10. <packaging>jar</packaging>
  11. <description>公共模块</description>
  12. <properties>
  13. <qiniu-version>[7.2.0, 7.2.99]</qiniu-version>
  14. <!-- <aliyun-oss-version>2.5.0</aliyun-oss-version>-->
  15. <aliyun-oss-version>3.8.0</aliyun-oss-version>
  16. <qcloud-cos-version>5.2.4</qcloud-cos-version>
  17. <jackson.version>2.9.10</jackson.version>
  18. <poi.version>3.15</poi.version>
  19. <org-json-version>20180130</org-json-version>
  20. <aliyun.core.version>4.0.3</aliyun.core.version>
  21. <aliyun.dysmsapi.version>1.1.0</aliyun.dysmsapi.version>
  22. </properties>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.qiniu</groupId>
  26. <artifactId>qiniu-java-sdk</artifactId>
  27. <version>${qiniu-version}</version>
  28. <exclusions>
  29. <exclusion>
  30. <groupId>com.google.code.gson</groupId>
  31. <artifactId>gson</artifactId>
  32. </exclusion>
  33. </exclusions>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.aliyun.oss</groupId>
  37. <artifactId>aliyun-sdk-oss</artifactId>
  38. <version>${aliyun-oss-version}</version>
  39. <exclusions>
  40. <exclusion>
  41. <groupId>com.aliyun</groupId>
  42. <artifactId>aliyun-java-sdk-core</artifactId>
  43. </exclusion>
  44. <exclusion>
  45. <groupId>commons-codec</groupId>
  46. <artifactId>commons-codec</artifactId>
  47. </exclusion>
  48. </exclusions>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.qcloud</groupId>
  52. <artifactId>cos_api</artifactId>
  53. <version>${qcloud-cos-version}</version>
  54. <exclusions>
  55. <exclusion>
  56. <groupId>org.apache.httpcomponents</groupId>
  57. <artifactId>httpclient</artifactId>
  58. </exclusion>
  59. <exclusion>
  60. <groupId>com.fasterxml.jackson.core</groupId>
  61. <artifactId>jackson-databind</artifactId>
  62. </exclusion>
  63. <exclusion>
  64. <groupId>org.slf4j</groupId>
  65. <artifactId>slf4j-api</artifactId>
  66. </exclusion>
  67. <exclusion>
  68. <groupId>org.slf4j</groupId>
  69. <artifactId>slf4j-log4j12</artifactId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.fasterxml.jackson.datatype</groupId>
  75. <artifactId>jackson-datatype-jsr310</artifactId>
  76. <version>${jackson.version}</version>
  77. </dependency>
  78. <!-- httpclient -->
  79. <dependency>
  80. <groupId>commons-httpclient</groupId>
  81. <artifactId>commons-httpclient</artifactId>
  82. <version>3.1</version>
  83. <exclusions>
  84. <exclusion>
  85. <artifactId>commons-codec</artifactId>
  86. <groupId>commons-codec</groupId>
  87. </exclusion>
  88. <exclusion>
  89. <groupId>commons-logging</groupId>
  90. <artifactId>commons-logging</artifactId>
  91. </exclusion>
  92. </exclusions>
  93. </dependency>
  94. <!-- json -->
  95. <dependency>
  96. <groupId>com.fasterxml.jackson.core</groupId>
  97. <artifactId>jackson-annotations</artifactId>
  98. <version>${jackson.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>com.fasterxml.jackson.core</groupId>
  102. <artifactId>jackson-core</artifactId>
  103. <version>${jackson.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.fasterxml.jackson.core</groupId>
  107. <artifactId>jackson-databind</artifactId>
  108. <version>${jackson.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>dom4j</groupId>
  112. <artifactId>dom4j</artifactId>
  113. <version>1.6.1</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.github.pagehelper</groupId>
  117. <artifactId>pagehelper</artifactId>
  118. <version>5.1.4</version>
  119. <exclusions>
  120. <!-- <exclusion>
  121. <groupId>com.github.jsqlparser</groupId>
  122. <artifactId>jsqlparser</artifactId>
  123. </exclusion>-->
  124. </exclusions>
  125. </dependency>
  126. <!-- POI依赖 ,处理EXCEL WORD PDF-->
  127. <dependency>
  128. <groupId>org.apache.poi</groupId>
  129. <artifactId>poi</artifactId>
  130. <version>${poi.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.apache.poi</groupId>
  134. <artifactId>poi-ooxml</artifactId>
  135. <version>${poi.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.apache.poi</groupId>
  139. <artifactId>poi-ooxml-schemas</artifactId>
  140. <version>${poi.version}</version>
  141. <exclusions>
  142. <exclusion>
  143. <artifactId>stax-api</artifactId>
  144. <groupId>stax</groupId>
  145. </exclusion>
  146. </exclusions>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.apache.xmlbeans</groupId>
  150. <artifactId>xmlbeans</artifactId>
  151. <version>2.6.0</version>
  152. <exclusions>
  153. <exclusion>
  154. <artifactId>stax-api</artifactId>
  155. <groupId>stax</groupId>
  156. </exclusion>
  157. </exclusions>
  158. </dependency>
  159. <!-- POI依赖 ,处理EXCEL WORD PDF-->
  160. <dependency>
  161. <groupId>org.json</groupId>
  162. <artifactId>json</artifactId>
  163. <version>${org-json-version}</version>
  164. </dependency>
  165. <!-- 腾讯云短信 -->
  166. <dependency>
  167. <groupId>com.github.qcloudsms</groupId>
  168. <artifactId>qcloudsms</artifactId>
  169. <version>${qcloudsms.version}</version>
  170. <exclusions>
  171. <exclusion>
  172. <groupId>org.apache.httpcomponents</groupId>
  173. <artifactId>httpclient</artifactId>
  174. </exclusion>
  175. <exclusion>
  176. <groupId>org.json</groupId>
  177. <artifactId>json</artifactId>
  178. </exclusion>
  179. <exclusion>
  180. <groupId>commons-codec</groupId>
  181. <artifactId>commons-codec</artifactId>
  182. </exclusion>
  183. </exclusions>
  184. </dependency>
  185. <dependency>
  186. <groupId>com.google.guava</groupId>
  187. <artifactId>guava</artifactId>
  188. <version>RELEASE</version>
  189. <scope>compile</scope>
  190. </dependency>
  191. <!-- 阿里云短信 -->
  192. <dependency>
  193. <groupId>com.aliyun</groupId>
  194. <artifactId>aliyun-java-sdk-core</artifactId>
  195. <version>${aliyun.core.version}</version>
  196. <exclusions>
  197. <exclusion>
  198. <groupId>org.apache.httpcomponents</groupId>
  199. <artifactId>httpclient</artifactId>
  200. </exclusion>
  201. </exclusions>
  202. </dependency>
  203. <dependency>
  204. <groupId>com.aliyun</groupId>
  205. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  206. <version>${aliyun.dysmsapi.version}</version>
  207. </dependency>
  208. <!--swagger 依赖-->
  209. <dependency>
  210. <groupId>io.springfox</groupId>
  211. <artifactId>springfox-swagger2</artifactId>
  212. <version>2.4.0</version>
  213. <exclusions>
  214. <exclusion>
  215. <groupId>com.google.guava</groupId>
  216. <artifactId>guava</artifactId>
  217. </exclusion>
  218. <exclusion>
  219. <groupId>org.springframework</groupId>
  220. <artifactId>spring-aop</artifactId>
  221. </exclusion>
  222. <exclusion>
  223. <groupId>com.fasterxml.jackson.core</groupId>
  224. <artifactId>jackson-annotations</artifactId>
  225. </exclusion>
  226. <exclusion>
  227. <groupId>org.springframework</groupId>
  228. <artifactId>spring-beans</artifactId>
  229. </exclusion>
  230. <exclusion>
  231. <groupId>org.springframework</groupId>
  232. <artifactId>spring-context</artifactId>
  233. </exclusion>
  234. <exclusion>
  235. <groupId>org.slf4j</groupId>
  236. <artifactId>slf4j-api</artifactId>
  237. </exclusion>
  238. </exclusions>
  239. </dependency>
  240. <dependency>
  241. <groupId>io.springfox</groupId>
  242. <artifactId>springfox-swagger-ui</artifactId>
  243. <version>2.4.0</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>com.baomidou</groupId>
  247. <artifactId>mybatis-plus-generator</artifactId>
  248. <!-- <version>3.3.1.tmp</version>-->
  249. <version>3.1.0</version>
  250. <exclusions>
  251. <exclusion>
  252. <groupId>com.baomidou</groupId>
  253. <artifactId>mybatis-plus-extension</artifactId>
  254. </exclusion>
  255. </exclusions>
  256. </dependency>
  257. <dependency>
  258. <groupId>io.lettuce</groupId>
  259. <artifactId>lettuce-core</artifactId>
  260. <version>5.1.8.RELEASE</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>net.coobird</groupId>
  264. <artifactId>thumbnailator</artifactId>
  265. <version>0.4.12</version>
  266. </dependency>
  267. <!-- <dependency>
  268. <groupId>com.baomidou</groupId>
  269. <artifactId>mybatis-plus-extension</artifactId>
  270. <version>3.3.1.tmp</version>
  271. </dependency>-->
  272. <!-- <dependency>
  273. <groupId>org.apache.velocity</groupId>
  274. <artifactId>velocity-engine-core</artifactId>
  275. <version>2.1</version>
  276. <exclusions>
  277. <exclusion>
  278. <groupId>org.slf4j</groupId>
  279. <artifactId>slf4j-api</artifactId>
  280. </exclusion>
  281. </exclusions>
  282. </dependency>
  283. -->
  284. <dependency>
  285. <groupId>org.bytedeco</groupId>
  286. <artifactId>javacv</artifactId>
  287. <version>1.4.3</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.bytedeco.javacpp-presets</groupId>
  291. <artifactId>ffmpeg-platform</artifactId>
  292. <version>4.0.2-1.4.3</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.bouncycastle</groupId>
  296. <artifactId>bcprov-jdk15on</artifactId>
  297. <version>1.60</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>com.alibaba.nacos</groupId>
  301. <artifactId>nacos-spring-context</artifactId>
  302. <version>1.1.1</version>
  303. <exclusions>
  304. <exclusion>
  305. <groupId>org.springframework</groupId>
  306. <artifactId>spring-context</artifactId>
  307. </exclusion>
  308. <exclusion>
  309. <artifactId>javax.annotation-api</artifactId>
  310. <groupId>javax.annotation</groupId>
  311. </exclusion>
  312. </exclusions>
  313. </dependency>
  314. <!-- https://mvnrepository.com/artifact/com.netflix.ribbon/ribbon-loadbalancer -->
  315. <dependency>
  316. <groupId>com.netflix.ribbon</groupId>
  317. <artifactId>ribbon-loadbalancer</artifactId>
  318. <version>2.2.4</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.apache.commons</groupId>
  322. <artifactId>commons-lang3</artifactId>
  323. <version>3.5</version>
  324. <scope>compile</scope>
  325. </dependency>
  326. </dependencies>
  327. <!-- <build>
  328. <resources>
  329. <resource>
  330. <directory>src/main/java</directory>
  331. <includes>
  332. <include>**/*.properties</include>
  333. <include>**/*.xml</include>
  334. </includes>
  335. <filtering>false</filtering>
  336. </resource>
  337. </resources>
  338. </build>-->
  339. </project>