pom.xml 21 KB

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