Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

435 строки
15 KiB

  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.iformall</groupId>
  7. <artifactId>mallink</artifactId>
  8. <packaging>pom</packaging>
  9. <version>1.0</version>
  10. <modules>
  11. <module>mallinkOcr</module>
  12. <module>mybatis-multi-tenancy</module>
  13. <module>mallinkService</module>
  14. <module>mallinkVideo</module>
  15. <module>mallinkCallback</module>
  16. <module>mallinkAdmin</module>
  17. <module>mallinkCApi</module>
  18. <module>mallinkBApi</module>
  19. <module>mallinkPosApi</module>
  20. <module>mallinkSchedule</module>
  21. <module>mallinkMQConsumer</module>
  22. <module>mallinkWebSocketServer</module>
  23. <module>mallinkPublicApi</module>
  24. <module>mallinkTTCApi</module>
  25. <module>mallinkTTAdmin</module>
  26. </modules>
  27. <parent>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter-parent</artifactId>
  30. <version>2.2.5.RELEASE</version>
  31. <relativePath/>
  32. </parent>
  33. <properties>
  34. <weixin-java-common.version>3.7.0.B</weixin-java-common.version>
  35. <weixin-java-mp.version>3.7.0.B</weixin-java-mp.version>
  36. <weixin-java-miniapp.version>3.7.0.B</weixin-java-miniapp.version>
  37. <weixin-java-pay.version>3.7.0.B</weixin-java-pay.version>
  38. <weixin-java-open.version>3.7.0.B</weixin-java-open.version>
  39. <quartz.version>2.3.0</quartz.version>
  40. </properties>
  41. <dependencies>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-web</artifactId>
  45. <exclusions>
  46. <exclusion>
  47. <groupId>org.springframework.boot</groupId>
  48. <artifactId>spring-boot-starter-tomcat</artifactId>
  49. </exclusion>
  50. </exclusions>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springframework.boot</groupId>
  54. <artifactId>spring-boot-starter-undertow</artifactId>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter-aop</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-starter-amqp</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework.boot</groupId>
  66. <artifactId>spring-boot-starter-cache</artifactId>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework.boot</groupId>
  70. <artifactId>spring-boot-starter-data-redis</artifactId>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.springframework.boot</groupId>
  74. <artifactId>spring-boot-configuration-processor</artifactId>
  75. <optional>true</optional>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.springframework.boot</groupId>
  79. <artifactId>spring-boot-starter-web-services</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.springframework.boot</groupId>
  83. <artifactId>spring-boot-starter-mail</artifactId>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.flowable</groupId>
  87. <artifactId>flowable-spring-boot-starter-process</artifactId>
  88. <version>6.4.0</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>mysql</groupId>
  92. <artifactId>mysql-connector-java</artifactId>
  93. <version>8.0.19</version>
  94. <scope>runtime</scope>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.baomidou</groupId>
  98. <artifactId>mybatis-plus-boot-starter</artifactId>
  99. <version>3.2.0</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.mybatis.spring.boot</groupId>
  103. <artifactId>mybatis-spring-boot-starter</artifactId>
  104. <version>2.1.2</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.github.pagehelper</groupId>
  108. <artifactId>pagehelper-spring-boot-starter</artifactId>
  109. <version>1.2.13</version>
  110. <exclusions>
  111. <exclusion>
  112. <groupId>org.mybatis</groupId>
  113. <artifactId>mybatis</artifactId>
  114. </exclusion>
  115. <exclusion>
  116. <groupId>org.mybatis</groupId>
  117. <artifactId>mybatis-spring</artifactId>
  118. </exclusion>
  119. </exclusions>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.alibaba</groupId>
  123. <artifactId>druid</artifactId>
  124. <version>1.1.22</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>org.springframework</groupId>
  128. <artifactId>spring-context-support</artifactId>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.springframework.boot</groupId>
  132. <artifactId>spring-boot-starter-test</artifactId>
  133. <scope>test</scope>
  134. </dependency>
  135. <!-- rocketmq -->
  136. <dependency>
  137. <groupId>org.rocketmq.spring.boot</groupId>
  138. <artifactId>rocketmq-spring-boot-starter</artifactId>
  139. <version>1.0.0.RELEASE</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.rocketmq</groupId>
  143. <artifactId>rocketmq-client</artifactId>
  144. <version>4.4.0</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.apache.commons</groupId>
  148. <artifactId>commons-lang3</artifactId>
  149. <version>3.8</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.google.guava</groupId>
  153. <artifactId>guava</artifactId>
  154. <version>26.0-jre</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.alibaba</groupId>
  158. <artifactId>fastjson</artifactId>
  159. <version>1.2.68</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.quartz-scheduler</groupId>
  163. <artifactId>quartz</artifactId>
  164. <version>${quartz.version}</version>
  165. <exclusions>
  166. <exclusion>
  167. <groupId>com.mchange</groupId>
  168. <artifactId>c3p0</artifactId>
  169. </exclusion>
  170. <exclusion>
  171. <groupId>com.zaxxer</groupId>
  172. <artifactId>HikariCP-java6</artifactId>
  173. </exclusion>
  174. </exclusions>
  175. </dependency>
  176. <!-- Swagger -->
  177. <dependency>
  178. <groupId>io.springfox</groupId>
  179. <artifactId>springfox-swagger2</artifactId>
  180. <version>2.8.0</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>io.springfox</groupId>
  184. <artifactId>springfox-swagger-ui</artifactId>
  185. <version>2.8.0</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>io.springfox</groupId>
  189. <artifactId>springfox-spring-web</artifactId>
  190. <version>2.8.0</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.fasterxml.jackson.core</groupId>
  194. <artifactId>jackson-core</artifactId>
  195. <version>2.10.3</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.fasterxml.jackson.core</groupId>
  199. <artifactId>jackson-databind</artifactId>
  200. <version>2.10.3</version>
  201. </dependency>
  202. <dependency>
  203. <groupId>javax.xml.bind</groupId>
  204. <artifactId>jaxb-api</artifactId>
  205. <version>2.3.0</version>
  206. </dependency>
  207. <dependency>
  208. <groupId>org.projectlombok</groupId>
  209. <artifactId>lombok</artifactId>
  210. <version>1.18.10</version>
  211. <scope>provided</scope>
  212. </dependency>
  213. <!-- </dependencyManagement> -->
  214. <!-- <dependencies> -->
  215. <!-- <dependency> -->
  216. <!-- <groupId>com.iformall</groupId> -->
  217. <!-- <artifactId>base</artifactId> -->
  218. <!-- <version>1.0</version> -->
  219. <!-- </dependency> -->
  220. <!-- <dependency> -->
  221. <!-- <groupId>com.iformall</groupId> -->
  222. <!-- <artifactId>freemarker</artifactId> -->
  223. <!-- <version>1.0</version> -->
  224. <!-- </dependency> -->
  225. <dependency>
  226. <groupId>org.apache.shiro</groupId>
  227. <artifactId>shiro-core</artifactId>
  228. <version>1.4.0</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.shiro</groupId>
  232. <artifactId>shiro-spring</artifactId>
  233. <version>1.4.0</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.crazycake</groupId>
  237. <artifactId>shiro-redis</artifactId>
  238. <version>3.1.0</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.jdom</groupId>
  242. <artifactId>jdom2</artifactId>
  243. <version>2.0.6</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.bouncycastle</groupId>
  247. <artifactId>bcprov-jdk15on</artifactId>
  248. <version>1.60</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>org.bouncycastle</groupId>
  252. <artifactId>bcpkix-jdk15on</artifactId>
  253. <version>1.60</version>
  254. </dependency>
  255. <!-- <dependency> -->
  256. <!-- <groupId>net.coobird</groupId> -->
  257. <!-- <artifactId>thumbnailator</artifactId> -->
  258. <!-- <version>0.4.8</version> -->
  259. <!-- </dependency> -->
  260. <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
  261. <dependency>
  262. <groupId>commons-io</groupId>
  263. <artifactId>commons-io</artifactId>
  264. <version>2.6</version>
  265. </dependency>
  266. <!--easypoi-->
  267. <dependency>
  268. <groupId>cn.afterturn</groupId>
  269. <artifactId>easypoi-spring-boot-starter</artifactId>
  270. <version>4.1.3.A</version>
  271. </dependency>
  272. <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
  273. <dependency>
  274. <groupId>org.apache.httpcomponents</groupId>
  275. <artifactId>httpclient</artifactId>
  276. <version>4.5.3</version>
  277. </dependency>
  278. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  279. <dependency>
  280. <groupId>com.squareup.okhttp3</groupId>
  281. <artifactId>okhttp</artifactId>
  282. <version>3.14.0</version>
  283. </dependency>
  284. <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
  285. <dependency>
  286. <groupId>org.dom4j</groupId>
  287. <artifactId>dom4j</artifactId>
  288. <version>2.1.1</version>
  289. </dependency>
  290. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  291. <dependency>
  292. <groupId>com.google.code.gson</groupId>
  293. <artifactId>gson</artifactId>
  294. <version>2.8.5</version>
  295. </dependency>
  296. <!-- https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream -->
  297. <dependency>
  298. <groupId>com.thoughtworks.xstream</groupId>
  299. <artifactId>xstream</artifactId>
  300. <version>1.4.10</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>com.github.binarywang</groupId>
  304. <artifactId>weixin-java-common</artifactId>
  305. <version>${weixin-java-common.version}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.github.binarywang</groupId>
  309. <artifactId>weixin-java-miniapp</artifactId>
  310. <version>${weixin-java-miniapp.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>com.github.binarywang</groupId>
  314. <artifactId>weixin-java-mp</artifactId>
  315. <version>${weixin-java-mp.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>com.github.binarywang</groupId>
  319. <artifactId>weixin-java-pay</artifactId>
  320. <version>${weixin-java-pay.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>com.github.binarywang</groupId>
  324. <artifactId>weixin-java-open</artifactId>
  325. <version>${weixin-java-open.version}</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>com.github.ulisesbocchio</groupId>
  329. <artifactId>jasypt-spring-boot</artifactId>
  330. <version>2.1.0</version>
  331. </dependency>
  332. <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
  333. <dependency>
  334. <groupId>com.belerweb</groupId>
  335. <artifactId>pinyin4j</artifactId>
  336. <version>2.5.0</version>
  337. </dependency>
  338. <!--阿里云的短信服务SDK-->
  339. <dependency>
  340. <groupId>com.aliyun</groupId>
  341. <artifactId>aliyun-java-sdk-core</artifactId>
  342. <version>4.5.2</version>
  343. </dependency>
  344. <dependency>
  345. <groupId>com.aliyun</groupId>
  346. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  347. <version>2.1.0</version>
  348. </dependency>
  349. <!-- https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss -->
  350. <dependency>
  351. <groupId>com.aliyun.oss</groupId>
  352. <artifactId>aliyun-sdk-oss</artifactId>
  353. <version>3.10.2</version>
  354. </dependency>
  355. <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
  356. <dependency>
  357. <groupId>commons-fileupload</groupId>
  358. <artifactId>commons-fileupload</artifactId>
  359. <version>1.4</version>
  360. </dependency>
  361. <!-- https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-jpeg -->
  362. <dependency>
  363. <groupId>com.twelvemonkeys.imageio</groupId>
  364. <artifactId>imageio-jpeg</artifactId>
  365. <version>3.6</version>
  366. </dependency>
  367. <!-- <dependency>
  368. <groupId>com.sun</groupId>
  369. <artifactId>tools</artifactId>
  370. <version>1.8.0</version>
  371. <scope>system</scope>
  372. <systemPath>${env.JAVA_HOME}/lib/tools.jar</systemPath>
  373. </dependency> -->
  374. </dependencies>
  375. <!--
  376. <build>
  377. <plugins>
  378. <plugin>
  379. <groupId>org.apache.maven.plugins</groupId>
  380. <artifactId>maven-compiler-plugin</artifactId>
  381. <version>3.1</version>
  382. <configuration>
  383. <source>1.8</source>
  384. <target>1.8</target>
  385. </configuration>
  386. </plugin>
  387. </plugins>
  388. </build>
  389. -->
  390. </project>