pom.xml 22 KB

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