pom.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  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.java110</groupId>
  7. <artifactId>MicroCommunity</artifactId>
  8. <packaging>pom</packaging>
  9. <version>1.0-SNAPSHOT</version>
  10. <modules>
  11. <module>java110-bean</module>
  12. <module>java110-config</module>
  13. <module>java110-utils</module>
  14. <module>java110-core</module>
  15. <module>java110-service</module>
  16. <module>java110-db</module>
  17. <module>service-user</module>
  18. <module>service-log</module>
  19. <module>service-fee</module>
  20. <module>service-eureka</module>
  21. <module>service-sequence</module>
  22. <module>service-store</module>
  23. <module>service-rule</module>
  24. <module>service-order</module>
  25. <module>service-comment</module>
  26. <module>service-api</module>
  27. <module>service-community</module>
  28. <module>service-job</module>
  29. <module>service-common</module>
  30. <module>service-report</module>
  31. <module>service-front</module>
  32. <module>java110-generator</module>
  33. </modules>
  34. <parent>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-parent</artifactId>
  37. <version>2.0.4.RELEASE</version>
  38. <relativePath/> <!-- lookup parent from repository -->
  39. </parent>
  40. <properties>
  41. <maven.compile.target>1.8</maven.compile.target>
  42. <sourceEncoding>UTF-8</sourceEncoding>
  43. <spring-boot>2.0.4.RELEASE</spring-boot>
  44. <shiro.version>1.2.4</shiro.version>
  45. <mybatis.version>3.3.0</mybatis.version>
  46. <microcommunity.version>1.0-SNAPSHOT</microcommunity.version>
  47. <dubbo.version>2.5.4-SNAPSHOT</dubbo.version>
  48. <logback.vaersion>1.2.3</logback.vaersion>
  49. <apache.common.lang3.version>3.4</apache.common.lang3.version>
  50. <mybatis.version>3.4.1</mybatis.version>
  51. <log4j.version>2.11.0</log4j.version>
  52. <tomcat.servlet.version>6.0.37</tomcat.servlet.version>
  53. <druid.version>1.1.10</druid.version>
  54. <mybatis-spring.version>1.3.1</mybatis-spring.version>
  55. <mysql.version>5.1.39</mysql.version>
  56. <commons-pool2.version>2.2</commons-pool2.version>
  57. <commons-collections.version>3.2.1</commons-collections.version>
  58. <commons-fileupload.version>1.3.3</commons-fileupload.version>
  59. <commons-codec.version>1.6</commons-codec.version>
  60. <commons-logging.version>1.1.1</commons-logging.version>
  61. <commons-lang.version>2.5</commons-lang.version>
  62. <commons-beanutils.version>1.8.0</commons-beanutils.version>
  63. <slf4j.version>1.7.7</slf4j.version>
  64. <logback.version>1.1.2</logback.version>
  65. <activemq.version>5.7.0</activemq.version>
  66. <xbean.version>3.18</xbean.version>
  67. <axis.version>1.4</axis.version>
  68. <httpclient.verion>3.1</httpclient.verion>
  69. <spring.version>5.0.8.RELEASE</spring.version>
  70. <zookeeper.version>3.4.14</zookeeper.version>
  71. <swagger.version>2.5.0</swagger.version>
  72. <pinyin4j.version>2.5.0</pinyin4j.version>
  73. </properties>
  74. <dependencyManagement>
  75. <dependencies>
  76. <dependency>
  77. <groupId>org.springframework.cloud</groupId>
  78. <artifactId>spring-cloud-dependencies</artifactId>
  79. <version>Finchley.SR3</version>
  80. <type>pom</type>
  81. <scope>import</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.springframework</groupId>
  85. <artifactId>spring-context-support</artifactId>
  86. <version>${spring.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.belerweb</groupId>
  90. <artifactId>pinyin4j</artifactId>
  91. <version>${pinyin4j.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.alibaba</groupId>
  95. <artifactId>fastjson</artifactId>
  96. <version>1.2.28</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.mybatis.spring.boot</groupId>
  100. <artifactId>mybatis-spring-boot-starter</artifactId>
  101. <version>1.1.1</version>
  102. </dependency>
  103. <!--mapper-->
  104. <dependency>
  105. <groupId>tk.mybatis</groupId>
  106. <artifactId>mapper-spring-boot-starter</artifactId>
  107. <version>1.1.0</version>
  108. </dependency>
  109. <!--pagehelper-->
  110. <dependency>
  111. <groupId>com.github.pagehelper</groupId>
  112. <artifactId>pagehelper-spring-boot-starter</artifactId>
  113. <version>1.1.0</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.auth0</groupId>
  117. <artifactId>java-jwt</artifactId>
  118. <version>3.3.0</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.java110</groupId>
  122. <artifactId>java110-utils</artifactId>
  123. <version>${microcommunity.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.java110</groupId>
  127. <artifactId>java110-bean</artifactId>
  128. <version>${microcommunity.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.java110</groupId>
  132. <artifactId>java110-core</artifactId>
  133. <version>${microcommunity.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.java110</groupId>
  137. <artifactId>java110-service</artifactId>
  138. <version>${microcommunity.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.java110</groupId>
  142. <artifactId>java110-config</artifactId>
  143. <version>${microcommunity.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>com.java110</groupId>
  147. <artifactId>java110-db</artifactId>
  148. <version>${microcommunity.version}</version>
  149. </dependency>
  150. <!-- logback 日志组件支持 -->
  151. <dependency>
  152. <groupId>org.slf4j</groupId>
  153. <artifactId>slf4j-api</artifactId>
  154. <version>1.7.25</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>ch.qos.logback</groupId>
  158. <artifactId>logback-core</artifactId>
  159. <version>${logback.vaersion}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>ch.qos.logback</groupId>
  163. <artifactId>logback-access</artifactId>
  164. <version>${logback.vaersion}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>ch.qos.logback</groupId>
  168. <artifactId>logback-classic</artifactId>
  169. <version>${logback.vaersion}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.apache.logging.log4j</groupId>
  173. <artifactId>log4j-core</artifactId>
  174. <version>${log4j.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.apache.logging.log4j</groupId>
  178. <artifactId>log4j-api</artifactId>
  179. <version>${log4j.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.apache.logging.log4j</groupId>
  183. <artifactId>log4j-web</artifactId>
  184. <version>${log4j.version}</version>
  185. </dependency>
  186. <!-- 桥接:告诉Slf4j使用Log4j2 -->
  187. <dependency>
  188. <groupId>org.apache.logging.log4j</groupId>
  189. <artifactId>log4j-slf4j-impl</artifactId>
  190. <version>${log4j.version}</version>
  191. </dependency>
  192. <!-- 桥接:告诉commons logging使用Log4j2 -->
  193. <dependency>
  194. <groupId>org.apache.logging.log4j</groupId>
  195. <artifactId>log4j-jcl</artifactId>
  196. <version>${log4j.version}</version>
  197. </dependency>
  198. <!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j -->
  199. <dependency>
  200. <groupId>org.slf4j</groupId>
  201. <artifactId>log4j-over-slf4j</artifactId>
  202. <version>1.7.30</version>
  203. </dependency>
  204. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  205. <dependency>
  206. <groupId>com.mchange</groupId>
  207. <artifactId>c3p0</artifactId>
  208. <version>0.9.5.4</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.thymeleaf</groupId>
  212. <artifactId>thymeleaf</artifactId>
  213. <version>3.0.9.RELEASE</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>com.jcraft</groupId>
  217. <artifactId>jsch</artifactId>
  218. <version>0.1.49</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.activemq</groupId>
  222. <artifactId>activemq-core</artifactId>
  223. <version>${activemq.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.activemq</groupId>
  227. <artifactId>activemq-pool</artifactId>
  228. <version>${activemq.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.springframework</groupId>
  232. <artifactId>spring-jms</artifactId>
  233. <version>${spring.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.apache.xbean</groupId>
  237. <artifactId>xbean-spring</artifactId>
  238. <version>${xbean.version}</version>
  239. </dependency>
  240. <!-- apache commons 包 主要使用一些工具类 -->
  241. <dependency>
  242. <groupId>org.apache.commons</groupId>
  243. <artifactId>commons-lang3</artifactId>
  244. <version>${apache.common.lang3.version}</version>
  245. </dependency>
  246. <!-- mybatis 依赖包 -->
  247. <dependency>
  248. <groupId>org.mybatis</groupId>
  249. <artifactId>mybatis</artifactId>
  250. <version>${mybatis.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.mybatis</groupId>
  254. <artifactId>mybatis-spring</artifactId>
  255. <version>${mybatis-spring.version}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>mysql</groupId>
  259. <artifactId>mysql-connector-java</artifactId>
  260. <version>${mysql.version}</version>
  261. </dependency>
  262. <!-- 阿里 数据源相关jar -->
  263. <dependency>
  264. <groupId>com.alibaba</groupId>
  265. <artifactId>druid</artifactId>
  266. <version>${druid.version}</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>commons-validator</groupId>
  270. <artifactId>commons-validator</artifactId>
  271. <version>1.3.1</version>
  272. </dependency>
  273. <dependency>
  274. <groupId>commons-beanutils</groupId>
  275. <artifactId>commons-beanutils</artifactId>
  276. <version>1.9.4</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.apache.commons</groupId>
  280. <artifactId>commons-pool2</artifactId>
  281. <version>${commons-pool2.version}</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>commons-fileupload</groupId>
  285. <artifactId>commons-fileupload</artifactId>
  286. <version>${commons-fileupload.version}</version>
  287. </dependency>
  288. <dependency>
  289. <groupId>commons-codec</groupId>
  290. <artifactId>commons-codec</artifactId>
  291. <version>${commons-codec.version}</version>
  292. </dependency>
  293. <dependency>
  294. <groupId>commons-net</groupId>
  295. <artifactId>commons-net</artifactId>
  296. <version>3.3</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>commons-httpclient</groupId>
  300. <artifactId>commons-httpclient</artifactId>
  301. <version>${httpclient.verion}</version>
  302. </dependency>
  303. <!--<dependency>
  304. <groupId>io.shardingsphere</groupId>
  305. <artifactId>sharding-jdbc</artifactId>
  306. <version>3.0.0.M3</version>
  307. </dependency>-->
  308. <!--<dependency>
  309. <groupId>io.shardingsphere</groupId>
  310. <artifactId>sharding-jdbc-core</artifactId>
  311. <version>3.1.0</version>
  312. </dependency>-->
  313. <dependency>
  314. <groupId>org.apache.shardingsphere</groupId>
  315. <artifactId>sharding-jdbc-core</artifactId>
  316. <version>4.0.0-RC1</version>
  317. </dependency>
  318. <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2
  319. <dependency>
  320. <groupId>org.apache.axis</groupId>
  321. <artifactId>axis</artifactId>
  322. <version>${axis.version}</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>org.apache.axis</groupId>
  326. <artifactId>axis-jaxrpc</artifactId>
  327. <version>${axis.version}</version>
  328. </dependency>
  329. <dependency>
  330. <groupId>org.apache.axis</groupId>
  331. <artifactId>axis-saaj</artifactId>
  332. <version>${axis.version}</version>
  333. </dependency>
  334. <dependency>
  335. <groupId>wsdl4j</groupId>
  336. <artifactId>wsdl4j</artifactId>
  337. <version>${axis.version}</version>
  338. </dependency>
  339. -->
  340. <dependency>
  341. <groupId>net.sf.ehcache</groupId>
  342. <artifactId>ehcache</artifactId>
  343. <version>2.10.2</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>redis.clients</groupId>
  347. <artifactId>jedis</artifactId>
  348. <version>2.9.0</version>
  349. </dependency>
  350. <!-- <dependency>
  351. <groupId>org.quartz-scheduler</groupId>
  352. <artifactId>quartz</artifactId>
  353. <version>2.3.0</version>
  354. </dependency>-->
  355. <dependency>
  356. <groupId>org.quartz-scheduler</groupId>
  357. <artifactId>quartz</artifactId>
  358. <version>2.3.0</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>org.springframework.session</groupId>
  362. <artifactId>spring-session-data-redis</artifactId>
  363. <version>2.0.3.RELEASE</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>org.beanshell</groupId>
  367. <artifactId>bsh-core</artifactId>
  368. <version>2.0b4</version>
  369. </dependency>
  370. <!-- https://mvnrepository.com/artifact/org.javassist/javassist -->
  371. <dependency>
  372. <groupId>org.javassist</groupId>
  373. <artifactId>javassist</artifactId>
  374. <version>3.25.0-GA</version>
  375. </dependency>
  376. <dependency>
  377. <groupId>org.apache.zookeeper</groupId>
  378. <artifactId>zookeeper</artifactId>
  379. <version>${zookeeper.version}</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>io.springfox</groupId>
  383. <artifactId>springfox-swagger2</artifactId>
  384. <version>${swagger.version}</version>
  385. </dependency>
  386. <!-- swagger-ui -->
  387. <dependency>
  388. <groupId>io.springfox</groupId>
  389. <artifactId>springfox-swagger-ui</artifactId>
  390. <version>${swagger.version}</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>net.sourceforge.nekohtml</groupId>
  394. <artifactId>nekohtml</artifactId>
  395. <version>1.9.22</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>com.aliyun</groupId>
  399. <artifactId>aliyun-java-sdk-core</artifactId>
  400. <version>4.0.3</version>
  401. </dependency>
  402. <!--flowable工作流依赖
  403. <dependency>
  404. <groupId>org.flowable</groupId>
  405. <artifactId>flowable-spring-boot-starter</artifactId>
  406. <version>6.4.1</version>
  407. </dependency>
  408. -->
  409. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  410. <dependency>
  411. <groupId>org.jsoup</groupId>
  412. <artifactId>jsoup</artifactId>
  413. <version>1.11.3</version>
  414. </dependency>
  415. <!-- 引入poi,解析workbook视图 -->
  416. <dependency>
  417. <groupId>org.apache.poi</groupId>
  418. <artifactId>poi-ooxml</artifactId>
  419. <version>3.17</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>org.apache.poi</groupId>
  423. <artifactId>poi-ooxml-schemas</artifactId>
  424. <version>3.17</version>
  425. </dependency>
  426. <dependency>
  427. <groupId>org.apache.poi</groupId>
  428. <artifactId>poi</artifactId>
  429. <version>3.17</version>
  430. </dependency>
  431. <dependency>
  432. <groupId>org.activiti</groupId>
  433. <artifactId>activiti-spring</artifactId>
  434. <version>6.0.0</version>
  435. </dependency>
  436. <dependency>
  437. <groupId>org.activiti</groupId>
  438. <artifactId>activiti-bpmn-layout</artifactId>
  439. <version>6.0.0.RC1</version>
  440. </dependency>
  441. <!--<dependency>
  442. <groupId>org.activiti</groupId>
  443. <artifactId>activiti-modeler</artifactId>
  444. <version>6.0.0</version>
  445. </dependency>-->
  446. <dependency>
  447. <groupId>org.activiti</groupId>
  448. <artifactId>activiti-spring-boot-starter-basic</artifactId>
  449. <version>6.0.0</version>
  450. <exclusions>
  451. <exclusion>
  452. <groupId>org.mybatis</groupId>
  453. <artifactId>mybatis</artifactId>
  454. </exclusion>
  455. </exclusions>
  456. </dependency>
  457. <dependency>
  458. <groupId>com.tencentcloudapi</groupId>
  459. <artifactId>tencentcloud-sdk-java</artifactId>
  460. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  461. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询最新版本 -->
  462. <version>3.0.112</version>
  463. </dependency>
  464. <!--<dependency>
  465. <groupId>org.activiti</groupId>
  466. <artifactId>activiti-modeler</artifactId>
  467. <version>5.22.0</version>
  468. <exclusions>
  469. <exclusion>
  470. <groupId>org.activiti</groupId>
  471. <artifactId>activiti-bpmn-model</artifactId>
  472. </exclusion>
  473. </exclusions>
  474. </dependency>-->
  475. </dependencies>
  476. </dependencyManagement>
  477. <dependencies>
  478. <dependency>
  479. <groupId>junit</groupId>
  480. <artifactId>junit</artifactId>
  481. <version>3.8.1</version>
  482. <scope>test</scope>
  483. </dependency>
  484. <dependency>
  485. <groupId>org.springframework.boot</groupId>
  486. <artifactId>spring-boot-starter-web</artifactId>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.springframework.boot</groupId>
  490. <artifactId>spring-boot-starter-test</artifactId>
  491. <scope>test</scope>
  492. </dependency>
  493. <dependency>
  494. <groupId>org.springframework.boot</groupId>
  495. <artifactId>spring-boot-starter-actuator</artifactId>
  496. </dependency>
  497. <dependency>
  498. <groupId>org.springframework.boot</groupId>
  499. <artifactId>spring-boot-configuration-processor</artifactId>
  500. <optional>true</optional>
  501. </dependency>
  502. </dependencies>
  503. <build>
  504. <plugins>
  505. <plugin>
  506. <groupId>org.apache.maven.plugins</groupId>
  507. <artifactId>maven-javadoc-plugin</artifactId>
  508. <version>2.10.4</version>
  509. </plugin>
  510. <plugin>
  511. <groupId>org.apache.maven.plugins</groupId>
  512. <artifactId>maven-surefire-plugin</artifactId>
  513. <configuration>
  514. <skipTests>true</skipTests>
  515. </configuration>
  516. </plugin>
  517. </plugins>
  518. </build>
  519. </project>