You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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