pom.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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-fee</module>
  19. <module>service-eureka</module>
  20. <module>service-store</module>
  21. <module>service-order</module>
  22. <module>service-api</module>
  23. <module>service-community</module>
  24. <module>service-job</module>
  25. <module>service-common</module>
  26. <module>service-report</module>
  27. <module>service-acct</module>
  28. <module>service-oa</module>
  29. <module>service-dev</module>
  30. <module>service-scm</module>
  31. <module>springboot</module>
  32. <module>java110-boot</module>
  33. <module>java110-doc</module>
  34. </modules>
  35. <parent>
  36. <groupId>org.springframework.boot</groupId>
  37. <artifactId>spring-boot-starter-parent</artifactId>
  38. <version>2.0.4.RELEASE</version>
  39. <relativePath/> <!-- lookup parent from repository -->
  40. </parent>
  41. <properties>
  42. <maven.compile.target>1.8</maven.compile.target>
  43. <sourceEncoding>UTF-8</sourceEncoding>
  44. <spring-boot>2.0.4.RELEASE</spring-boot>
  45. <mybatis.version>3.5.6</mybatis.version>
  46. <microcommunity.version>1.0-SNAPSHOT</microcommunity.version>
  47. <dubbo.version>2.5.4-SNAPSHOT</dubbo.version>
  48. <logback.vaersion>1.2.9</logback.vaersion>
  49. <apache.common.lang3.version>3.4</apache.common.lang3.version>
  50. <log4j.version>2.17.1</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.2.9</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. <oss.aliyun>2.8.2</oss.aliyun>
  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.83</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-interface</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. <dependency>
  151. <groupId>com.java110</groupId>
  152. <artifactId>java110-doc</artifactId>
  153. <version>${microcommunity.version}</version>
  154. </dependency>
  155. <!-- logback 日志组件支持 -->
  156. <dependency>
  157. <groupId>org.slf4j</groupId>
  158. <artifactId>slf4j-api</artifactId>
  159. <version>1.7.25</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>ch.qos.logback</groupId>
  163. <artifactId>logback-core</artifactId>
  164. <version>${logback.vaersion}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>ch.qos.logback</groupId>
  168. <artifactId>logback-access</artifactId>
  169. <version>${logback.vaersion}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>ch.qos.logback</groupId>
  173. <artifactId>logback-classic</artifactId>
  174. <version>${logback.vaersion}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.apache.logging.log4j</groupId>
  178. <artifactId>log4j-core</artifactId>
  179. <version>${log4j.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.apache.logging.log4j</groupId>
  183. <artifactId>log4j-api</artifactId>
  184. <version>${log4j.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>org.apache.logging.log4j</groupId>
  188. <artifactId>log4j-web</artifactId>
  189. <version>${log4j.version}</version>
  190. </dependency>
  191. <!-- 桥接:告诉Slf4j使用Log4j2 -->
  192. <dependency>
  193. <groupId>org.apache.logging.log4j</groupId>
  194. <artifactId>log4j-slf4j-impl</artifactId>
  195. <version>${log4j.version}</version>
  196. </dependency>
  197. <!-- 桥接:告诉commons logging使用Log4j2 -->
  198. <dependency>
  199. <groupId>org.apache.logging.log4j</groupId>
  200. <artifactId>log4j-jcl</artifactId>
  201. <version>${log4j.version}</version>
  202. </dependency>
  203. <!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j -->
  204. <!-- <dependency>-->
  205. <!-- <groupId>io.github.openfeign</groupId>-->
  206. <!-- <artifactId>feign-okhttp</artifactId>-->
  207. <!-- <version>10.1.0</version>-->
  208. <!-- </dependency>-->
  209. <dependency>
  210. <groupId>org.slf4j</groupId>
  211. <artifactId>log4j-over-slf4j</artifactId>
  212. <version>1.7.30</version>
  213. </dependency>
  214. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  215. <dependency>
  216. <groupId>com.mchange</groupId>
  217. <artifactId>c3p0</artifactId>
  218. <version>0.9.5.4</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.thymeleaf</groupId>
  222. <artifactId>thymeleaf</artifactId>
  223. <version>3.0.9.RELEASE</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>com.jcraft</groupId>
  227. <artifactId>jsch</artifactId>
  228. <version>0.1.49</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.activemq</groupId>
  232. <artifactId>activemq-core</artifactId>
  233. <version>${activemq.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.apache.activemq</groupId>
  237. <artifactId>activemq-pool</artifactId>
  238. <version>${activemq.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.springframework</groupId>
  242. <artifactId>spring-jms</artifactId>
  243. <version>${spring.version}</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.apache.xbean</groupId>
  247. <artifactId>xbean-spring</artifactId>
  248. <version>${xbean.version}</version>
  249. </dependency>
  250. <!-- apache commons 包 主要使用一些工具类 -->
  251. <dependency>
  252. <groupId>org.apache.commons</groupId>
  253. <artifactId>commons-lang3</artifactId>
  254. <version>${apache.common.lang3.version}</version>
  255. </dependency>
  256. <!-- mybatis 依赖包 -->
  257. <dependency>
  258. <groupId>org.mybatis</groupId>
  259. <artifactId>mybatis</artifactId>
  260. <version>${mybatis.version}</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>org.mybatis</groupId>
  264. <artifactId>mybatis-spring</artifactId>
  265. <version>${mybatis-spring.version}</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>mysql</groupId>
  269. <artifactId>mysql-connector-java</artifactId>
  270. <version>${mysql.version}</version>
  271. </dependency>
  272. <!-- 阿里 数据源相关jar -->
  273. <dependency>
  274. <groupId>com.alibaba</groupId>
  275. <artifactId>druid</artifactId>
  276. <version>${druid.version}</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>commons-validator</groupId>
  280. <artifactId>commons-validator</artifactId>
  281. <version>1.3.1</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>commons-beanutils</groupId>
  285. <artifactId>commons-beanutils</artifactId>
  286. <version>1.9.4</version>
  287. </dependency>
  288. <dependency>
  289. <groupId>org.apache.commons</groupId>
  290. <artifactId>commons-pool2</artifactId>
  291. <version>${commons-pool2.version}</version>
  292. </dependency>
  293. <dependency>
  294. <groupId>commons-fileupload</groupId>
  295. <artifactId>commons-fileupload</artifactId>
  296. <version>${commons-fileupload.version}</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>commons-codec</groupId>
  300. <artifactId>commons-codec</artifactId>
  301. <version>${commons-codec.version}</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>commons-net</groupId>
  305. <artifactId>commons-net</artifactId>
  306. <version>3.3</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>commons-httpclient</groupId>
  310. <artifactId>commons-httpclient</artifactId>
  311. <version>${httpclient.verion}</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. <dependency>
  319. <groupId>net.sf.ehcache</groupId>
  320. <artifactId>ehcache</artifactId>
  321. <version>2.10.2</version>
  322. </dependency>
  323. <dependency>
  324. <groupId>redis.clients</groupId>
  325. <artifactId>jedis</artifactId>
  326. <version>2.9.0</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>org.quartz-scheduler</groupId>
  330. <artifactId>quartz</artifactId>
  331. <version>2.3.2</version>
  332. </dependency>
  333. <dependency>
  334. <groupId>org.springframework.session</groupId>
  335. <artifactId>spring-session-data-redis</artifactId>
  336. <version>2.0.3.RELEASE</version>
  337. </dependency>
  338. <dependency>
  339. <groupId>org.beanshell</groupId>
  340. <artifactId>bsh-core</artifactId>
  341. <version>2.0b4</version>
  342. </dependency>
  343. <!-- https://mvnrepository.com/artifact/org.javassist/javassist -->
  344. <dependency>
  345. <groupId>org.javassist</groupId>
  346. <artifactId>javassist</artifactId>
  347. <version>3.25.0-GA</version>
  348. </dependency>
  349. <dependency>
  350. <groupId>org.apache.zookeeper</groupId>
  351. <artifactId>zookeeper</artifactId>
  352. <version>${zookeeper.version}</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>io.springfox</groupId>
  356. <artifactId>springfox-swagger2</artifactId>
  357. <version>${swagger.version}</version>
  358. </dependency>
  359. <!-- swagger-ui -->
  360. <dependency>
  361. <groupId>io.springfox</groupId>
  362. <artifactId>springfox-swagger-ui</artifactId>
  363. <version>${swagger.version}</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>net.sourceforge.nekohtml</groupId>
  367. <artifactId>nekohtml</artifactId>
  368. <version>1.9.22</version>
  369. </dependency>
  370. <dependency>
  371. <groupId>com.aliyun</groupId>
  372. <artifactId>aliyun-java-sdk-core</artifactId>
  373. <version>4.4.6</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>com.aliyun</groupId>
  377. <artifactId>aliyun-java-sdk-ecs</artifactId>
  378. <version>4.17.6</version>
  379. </dependency>
  380. <!--flowable工作流依赖
  381. <dependency>
  382. <groupId>org.flowable</groupId>
  383. <artifactId>flowable-spring-boot-starter</artifactId>
  384. <version>6.4.1</version>
  385. </dependency>
  386. -->
  387. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  388. <dependency>
  389. <groupId>org.jsoup</groupId>
  390. <artifactId>jsoup</artifactId>
  391. <version>1.15.3</version>
  392. </dependency>
  393. <!-- 引入poi,解析workbook视图 -->
  394. <dependency>
  395. <groupId>org.apache.poi</groupId>
  396. <artifactId>poi-ooxml</artifactId>
  397. <version>3.17</version>
  398. </dependency>
  399. <dependency>
  400. <groupId>org.apache.poi</groupId>
  401. <artifactId>poi-ooxml-schemas</artifactId>
  402. <version>3.17</version>
  403. </dependency>
  404. <dependency>
  405. <groupId>org.apache.poi</groupId>
  406. <artifactId>poi</artifactId>
  407. <version>3.17</version>
  408. </dependency>
  409. <dependency>
  410. <groupId>org.activiti</groupId>
  411. <artifactId>activiti-spring</artifactId>
  412. <version>6.0.0</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>org.activiti</groupId>
  416. <artifactId>activiti-bpmn-layout</artifactId>
  417. <version>6.0.0.RC1</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>org.activiti</groupId>
  421. <artifactId>activiti-spring-boot-starter-basic</artifactId>
  422. <version>6.0.0</version>
  423. <exclusions>
  424. <exclusion>
  425. <groupId>org.mybatis</groupId>
  426. <artifactId>mybatis</artifactId>
  427. </exclusion>
  428. </exclusions>
  429. </dependency>
  430. <dependency>
  431. <groupId>com.tencentcloudapi</groupId>
  432. <artifactId>tencentcloud-sdk-java</artifactId>
  433. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  434. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询最新版本 -->
  435. <version>3.0.112</version>
  436. </dependency>
  437. <!-- https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss -->
  438. <dependency>
  439. <groupId>com.aliyun.oss</groupId>
  440. <artifactId>aliyun-sdk-oss</artifactId>
  441. <version>${oss.aliyun}</version>
  442. </dependency>
  443. <dependency>
  444. <groupId>com.alipay.sdk</groupId>
  445. <artifactId>alipay-sdk-java</artifactId>
  446. <version>4.38.183.ALL</version>
  447. </dependency>
  448. <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
  449. <dependency>
  450. <groupId>commons-codec</groupId>
  451. <artifactId>commons-codec</artifactId>
  452. <version>1.15</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>com.qcloud</groupId>
  456. <artifactId>cos_api</artifactId>
  457. <version>5.6.69</version>
  458. </dependency>
  459. </dependencies>
  460. </dependencyManagement>
  461. <dependencies>
  462. <dependency>
  463. <groupId>junit</groupId>
  464. <artifactId>junit</artifactId>
  465. <scope>test</scope>
  466. </dependency>
  467. <dependency>
  468. <groupId>org.springframework.boot</groupId>
  469. <artifactId>spring-boot-starter-web</artifactId>
  470. </dependency>
  471. <dependency>
  472. <groupId>org.springframework.boot</groupId>
  473. <artifactId>spring-boot-starter-test</artifactId>
  474. <scope>test</scope>
  475. </dependency>
  476. <dependency>
  477. <groupId>org.springframework.boot</groupId>
  478. <artifactId>spring-boot-starter-actuator</artifactId>
  479. </dependency>
  480. <dependency>
  481. <groupId>org.springframework.boot</groupId>
  482. <artifactId>spring-boot-configuration-processor</artifactId>
  483. <optional>true</optional>
  484. </dependency>
  485. </dependencies>
  486. <build>
  487. <plugins>
  488. <plugin>
  489. <groupId>org.apache.maven.plugins</groupId>
  490. <artifactId>maven-javadoc-plugin</artifactId>
  491. </plugin>
  492. <plugin>
  493. <groupId>org.apache.maven.plugins</groupId>
  494. <artifactId>maven-surefire-plugin</artifactId>
  495. <configuration>
  496. <skipTests>true</skipTests>
  497. </configuration>
  498. </plugin>
  499. <plugin>
  500. <artifactId>maven-source-plugin</artifactId>
  501. <configuration>
  502. <attach>true</attach>
  503. </configuration>
  504. <executions>
  505. <execution>
  506. <phase>compile</phase>
  507. <goals>
  508. <goal>jar</goal>
  509. </goals>
  510. </execution>
  511. </executions>
  512. </plugin>
  513. </plugins>
  514. </build>
  515. <distributionManagement>
  516. <repository>
  517. <!--发行版本-->
  518. <id>releases</id>
  519. <url>http://maven.homecommunity.cn:8081/repository/maven-releases/</url>
  520. </repository>
  521. <snapshotRepository>
  522. <!--快照版本-->
  523. <id>snapshots</id>
  524. <url>http://maven.homecommunity.cn:8081/repository/maven-snapshots/</url>
  525. </snapshotRepository>
  526. </distributionManagement>
  527. </project>