pom.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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>springboot</module>
  31. <module>java110-boot</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. <mybatis.version>3.5.6</mybatis.version>
  44. <microcommunity.version>1.0-SNAPSHOT</microcommunity.version>
  45. <dubbo.version>2.5.4-SNAPSHOT</dubbo.version>
  46. <logback.vaersion>1.2.9</logback.vaersion>
  47. <apache.common.lang3.version>3.4</apache.common.lang3.version>
  48. <mybatis.version>3.5.6</mybatis.version>
  49. <log4j.version>2.17.1</log4j.version>
  50. <tomcat.servlet.version>6.0.37</tomcat.servlet.version>
  51. <druid.version>1.1.10</druid.version>
  52. <mybatis-spring.version>1.3.1</mybatis-spring.version>
  53. <mysql.version>8.0.16</mysql.version>
  54. <commons-pool2.version>2.2</commons-pool2.version>
  55. <commons-collections.version>3.2.1</commons-collections.version>
  56. <commons-fileupload.version>1.3.3</commons-fileupload.version>
  57. <commons-codec.version>1.6</commons-codec.version>
  58. <commons-logging.version>1.1.1</commons-logging.version>
  59. <commons-lang.version>2.5</commons-lang.version>
  60. <commons-beanutils.version>1.8.0</commons-beanutils.version>
  61. <slf4j.version>1.7.7</slf4j.version>
  62. <logback.version>1.2.9</logback.version>
  63. <activemq.version>5.7.0</activemq.version>
  64. <xbean.version>3.18</xbean.version>
  65. <axis.version>1.4</axis.version>
  66. <httpclient.verion>3.1</httpclient.verion>
  67. <spring.version>5.0.8.RELEASE</spring.version>
  68. <zookeeper.version>3.4.14</zookeeper.version>
  69. <swagger.version>2.5.0</swagger.version>
  70. <pinyin4j.version>2.5.0</pinyin4j.version>
  71. <oss.aliyun>2.8.2</oss.aliyun>
  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.83</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>io.github.openfeign</groupId>-->
  200. <!-- <artifactId>feign-okhttp</artifactId>-->
  201. <!-- <version>10.1.0</version>-->
  202. <!-- </dependency>-->
  203. <dependency>
  204. <groupId>org.slf4j</groupId>
  205. <artifactId>log4j-over-slf4j</artifactId>
  206. <version>1.7.30</version>
  207. </dependency>
  208. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  209. <dependency>
  210. <groupId>com.mchange</groupId>
  211. <artifactId>c3p0</artifactId>
  212. <version>0.9.5.4</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>org.thymeleaf</groupId>
  216. <artifactId>thymeleaf</artifactId>
  217. <version>3.0.9.RELEASE</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>com.jcraft</groupId>
  221. <artifactId>jsch</artifactId>
  222. <version>0.1.49</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>org.apache.activemq</groupId>
  226. <artifactId>activemq-core</artifactId>
  227. <version>${activemq.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.apache.activemq</groupId>
  231. <artifactId>activemq-pool</artifactId>
  232. <version>${activemq.version}</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>org.springframework</groupId>
  236. <artifactId>spring-jms</artifactId>
  237. <version>${spring.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>org.apache.xbean</groupId>
  241. <artifactId>xbean-spring</artifactId>
  242. <version>${xbean.version}</version>
  243. </dependency>
  244. <!-- apache commons 包 主要使用一些工具类 -->
  245. <dependency>
  246. <groupId>org.apache.commons</groupId>
  247. <artifactId>commons-lang3</artifactId>
  248. <version>${apache.common.lang3.version}</version>
  249. </dependency>
  250. <!-- mybatis 依赖包 -->
  251. <dependency>
  252. <groupId>org.mybatis</groupId>
  253. <artifactId>mybatis</artifactId>
  254. <version>${mybatis.version}</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>org.mybatis</groupId>
  258. <artifactId>mybatis-spring</artifactId>
  259. <version>${mybatis-spring.version}</version>
  260. </dependency>
  261. <dependency>
  262. <groupId>mysql</groupId>
  263. <artifactId>mysql-connector-java</artifactId>
  264. <version>${mysql.version}</version>
  265. </dependency>
  266. <!-- 阿里 数据源相关jar -->
  267. <dependency>
  268. <groupId>com.alibaba</groupId>
  269. <artifactId>druid</artifactId>
  270. <version>${druid.version}</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>commons-validator</groupId>
  274. <artifactId>commons-validator</artifactId>
  275. <version>1.3.1</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>commons-beanutils</groupId>
  279. <artifactId>commons-beanutils</artifactId>
  280. <version>1.9.4</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>org.apache.commons</groupId>
  284. <artifactId>commons-pool2</artifactId>
  285. <version>${commons-pool2.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>commons-fileupload</groupId>
  289. <artifactId>commons-fileupload</artifactId>
  290. <version>${commons-fileupload.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>commons-codec</groupId>
  294. <artifactId>commons-codec</artifactId>
  295. <version>${commons-codec.version}</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>commons-net</groupId>
  299. <artifactId>commons-net</artifactId>
  300. <version>3.3</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>commons-httpclient</groupId>
  304. <artifactId>commons-httpclient</artifactId>
  305. <version>${httpclient.verion}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.apache.shardingsphere</groupId>
  309. <artifactId>sharding-jdbc-core</artifactId>
  310. <version>4.0.0-RC1</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>net.sf.ehcache</groupId>
  314. <artifactId>ehcache</artifactId>
  315. <version>2.10.2</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>redis.clients</groupId>
  319. <artifactId>jedis</artifactId>
  320. <version>2.9.0</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>org.quartz-scheduler</groupId>
  324. <artifactId>quartz</artifactId>
  325. <version>2.3.2</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>org.springframework.session</groupId>
  329. <artifactId>spring-session-data-redis</artifactId>
  330. <version>2.0.3.RELEASE</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.beanshell</groupId>
  334. <artifactId>bsh-core</artifactId>
  335. <version>2.0b4</version>
  336. </dependency>
  337. <!-- https://mvnrepository.com/artifact/org.javassist/javassist -->
  338. <dependency>
  339. <groupId>org.javassist</groupId>
  340. <artifactId>javassist</artifactId>
  341. <version>3.25.0-GA</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>org.apache.zookeeper</groupId>
  345. <artifactId>zookeeper</artifactId>
  346. <version>${zookeeper.version}</version>
  347. </dependency>
  348. <dependency>
  349. <groupId>io.springfox</groupId>
  350. <artifactId>springfox-swagger2</artifactId>
  351. <version>${swagger.version}</version>
  352. </dependency>
  353. <!-- swagger-ui -->
  354. <dependency>
  355. <groupId>io.springfox</groupId>
  356. <artifactId>springfox-swagger-ui</artifactId>
  357. <version>${swagger.version}</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>net.sourceforge.nekohtml</groupId>
  361. <artifactId>nekohtml</artifactId>
  362. <version>1.9.22</version>
  363. </dependency>
  364. <dependency>
  365. <groupId>com.aliyun</groupId>
  366. <artifactId>aliyun-java-sdk-core</artifactId>
  367. <version>4.4.6</version>
  368. </dependency>
  369. <dependency>
  370. <groupId>com.aliyun</groupId>
  371. <artifactId>aliyun-java-sdk-ecs</artifactId>
  372. <version>4.17.6</version>
  373. </dependency>
  374. <!--flowable工作流依赖
  375. <dependency>
  376. <groupId>org.flowable</groupId>
  377. <artifactId>flowable-spring-boot-starter</artifactId>
  378. <version>6.4.1</version>
  379. </dependency>
  380. -->
  381. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  382. <dependency>
  383. <groupId>org.jsoup</groupId>
  384. <artifactId>jsoup</artifactId>
  385. <version>1.14.2</version>
  386. </dependency>
  387. <!-- 引入poi,解析workbook视图 -->
  388. <dependency>
  389. <groupId>org.apache.poi</groupId>
  390. <artifactId>poi-ooxml</artifactId>
  391. <version>3.17</version>
  392. </dependency>
  393. <dependency>
  394. <groupId>org.apache.poi</groupId>
  395. <artifactId>poi-ooxml-schemas</artifactId>
  396. <version>3.17</version>
  397. </dependency>
  398. <dependency>
  399. <groupId>org.apache.poi</groupId>
  400. <artifactId>poi</artifactId>
  401. <version>3.17</version>
  402. </dependency>
  403. <dependency>
  404. <groupId>org.activiti</groupId>
  405. <artifactId>activiti-spring</artifactId>
  406. <version>6.0.0</version>
  407. </dependency>
  408. <dependency>
  409. <groupId>org.activiti</groupId>
  410. <artifactId>activiti-bpmn-layout</artifactId>
  411. <version>6.0.0.RC1</version>
  412. </dependency>
  413. <dependency>
  414. <groupId>org.activiti</groupId>
  415. <artifactId>activiti-spring-boot-starter-basic</artifactId>
  416. <version>6.0.0</version>
  417. <exclusions>
  418. <exclusion>
  419. <groupId>org.mybatis</groupId>
  420. <artifactId>mybatis</artifactId>
  421. </exclusion>
  422. </exclusions>
  423. </dependency>
  424. <dependency>
  425. <groupId>com.tencentcloudapi</groupId>
  426. <artifactId>tencentcloud-sdk-java</artifactId>
  427. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  428. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询最新版本 -->
  429. <version>3.0.112</version>
  430. </dependency>
  431. <!-- https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss -->
  432. <dependency>
  433. <groupId>com.aliyun.oss</groupId>
  434. <artifactId>aliyun-sdk-oss</artifactId>
  435. <version>${oss.aliyun}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>com.alipay.sdk</groupId>
  439. <artifactId>alipay-sdk-java</artifactId>
  440. <version>4.10.111.ALL</version>
  441. </dependency>
  442. <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
  443. <dependency>
  444. <groupId>commons-codec</groupId>
  445. <artifactId>commons-codec</artifactId>
  446. <version>1.15</version>
  447. </dependency>
  448. <dependency>
  449. <groupId>com.qcloud</groupId>
  450. <artifactId>cos_api</artifactId>
  451. <version>5.6.69</version>
  452. </dependency>
  453. </dependencies>
  454. </dependencyManagement>
  455. <dependencies>
  456. <dependency>
  457. <groupId>junit</groupId>
  458. <artifactId>junit</artifactId>
  459. <scope>test</scope>
  460. </dependency>
  461. <dependency>
  462. <groupId>org.springframework.boot</groupId>
  463. <artifactId>spring-boot-starter-web</artifactId>
  464. </dependency>
  465. <dependency>
  466. <groupId>org.springframework.boot</groupId>
  467. <artifactId>spring-boot-starter-test</artifactId>
  468. <scope>test</scope>
  469. </dependency>
  470. <dependency>
  471. <groupId>org.springframework.boot</groupId>
  472. <artifactId>spring-boot-starter-actuator</artifactId>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.springframework.boot</groupId>
  476. <artifactId>spring-boot-configuration-processor</artifactId>
  477. <optional>true</optional>
  478. </dependency>
  479. </dependencies>
  480. <build>
  481. <plugins>
  482. <plugin>
  483. <groupId>org.apache.maven.plugins</groupId>
  484. <artifactId>maven-javadoc-plugin</artifactId>
  485. </plugin>
  486. <plugin>
  487. <groupId>org.apache.maven.plugins</groupId>
  488. <artifactId>maven-surefire-plugin</artifactId>
  489. <configuration>
  490. <skipTests>true</skipTests>
  491. </configuration>
  492. </plugin>
  493. <plugin>
  494. <artifactId>maven-source-plugin</artifactId>
  495. <configuration>
  496. <attach>true</attach>
  497. </configuration>
  498. <executions>
  499. <execution>
  500. <phase>compile</phase>
  501. <goals>
  502. <goal>jar</goal>
  503. </goals>
  504. </execution>
  505. </executions>
  506. </plugin>
  507. </plugins>
  508. </build>
  509. <distributionManagement>
  510. <repository>
  511. <!--发行版本-->
  512. <id>releases</id>
  513. <url>http://maven.homecommunity.cn:8081/repository/maven-releases/</url>
  514. </repository>
  515. <snapshotRepository>
  516. <!--快照版本-->
  517. <id>snapshots</id>
  518. <url>http://maven.homecommunity.cn:8081/repository/maven-snapshots/</url>
  519. </snapshotRepository>
  520. </distributionManagement>
  521. </project>