pom.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  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>UserService</module>
  15. <module>LogService</module>
  16. <module>FeeService</module>
  17. <module>eureka</module>
  18. <module>java110-core</module>
  19. <module>java110-service</module>
  20. <module>CodeService</module>
  21. <module>StoreService</module>
  22. <module>RuleService</module>
  23. <module>OrderService</module>
  24. <module>CommentService</module>
  25. <module>Api</module>
  26. <module>CommunityService</module>
  27. <module>java110-code-generator</module>
  28. <module>java110-db</module>
  29. <module>JobService</module>
  30. <module>CommonService</module>
  31. <module>ReportService</module>
  32. <module>FrontService</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-event</artifactId>
  133. <version>${microcommunity.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.java110</groupId>
  137. <artifactId>java110-core</artifactId>
  138. <version>${microcommunity.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.java110</groupId>
  142. <artifactId>java110-service</artifactId>
  143. <version>${microcommunity.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>com.java110</groupId>
  147. <artifactId>java110-config</artifactId>
  148. <version>${microcommunity.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.java110</groupId>
  152. <artifactId>java110-cacheAgent</artifactId>
  153. <version>${microcommunity.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.java110</groupId>
  157. <artifactId>java110-logAgent</artifactId>
  158. <version>${microcommunity.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.java110</groupId>
  162. <artifactId>java110-db</artifactId>
  163. <version>${microcommunity.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.java110</groupId>
  167. <artifactId>java110-front</artifactId>
  168. <version>${microcommunity.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.java110</groupId>
  172. <artifactId>ReportComponent</artifactId>
  173. <version>${microcommunity.version}</version>
  174. </dependency>
  175. <!-- logback 日志组件支持 -->
  176. <dependency>
  177. <groupId>org.slf4j</groupId>
  178. <artifactId>slf4j-api</artifactId>
  179. <version>1.7.25</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>ch.qos.logback</groupId>
  183. <artifactId>logback-core</artifactId>
  184. <version>${logback.vaersion}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>ch.qos.logback</groupId>
  188. <artifactId>logback-access</artifactId>
  189. <version>${logback.vaersion}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>ch.qos.logback</groupId>
  193. <artifactId>logback-classic</artifactId>
  194. <version>${logback.vaersion}</version>
  195. </dependency>
  196. <!-- <dependency>-->
  197. <!-- <groupId>log4j</groupId>-->
  198. <!-- <artifactId>log4j</artifactId>-->
  199. <!-- <version>1.2.17</version>-->
  200. <!-- </dependency>-->
  201. <dependency>
  202. <groupId>org.apache.logging.log4j</groupId>
  203. <artifactId>log4j-core</artifactId>
  204. <version>${log4j.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.apache.logging.log4j</groupId>
  208. <artifactId>log4j-api</artifactId>
  209. <version>${log4j.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.apache.logging.log4j</groupId>
  213. <artifactId>log4j-web</artifactId>
  214. <version>${log4j.version}</version>
  215. </dependency>
  216. <!-- 桥接:告诉Slf4j使用Log4j2 -->
  217. <dependency>
  218. <groupId>org.apache.logging.log4j</groupId>
  219. <artifactId>log4j-slf4j-impl</artifactId>
  220. <version>${log4j.version}</version>
  221. </dependency>
  222. <!-- 桥接:告诉commons logging使用Log4j2 -->
  223. <dependency>
  224. <groupId>org.apache.logging.log4j</groupId>
  225. <artifactId>log4j-jcl</artifactId>
  226. <version>${log4j.version}</version>
  227. </dependency>
  228. <!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j -->
  229. <dependency>
  230. <groupId>org.slf4j</groupId>
  231. <artifactId>log4j-over-slf4j</artifactId>
  232. <version>1.7.30</version>
  233. </dependency>
  234. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  235. <dependency>
  236. <groupId>com.mchange</groupId>
  237. <artifactId>c3p0</artifactId>
  238. <version>0.9.5.4</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.thymeleaf</groupId>
  242. <artifactId>thymeleaf</artifactId>
  243. <version>3.0.9.RELEASE</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>com.jcraft</groupId>
  247. <artifactId>jsch</artifactId>
  248. <version>0.1.49</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>org.apache.activemq</groupId>
  252. <artifactId>activemq-core</artifactId>
  253. <version>${activemq.version}</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.apache.activemq</groupId>
  257. <artifactId>activemq-pool</artifactId>
  258. <version>${activemq.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.springframework</groupId>
  262. <artifactId>spring-jms</artifactId>
  263. <version>${spring.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.apache.xbean</groupId>
  267. <artifactId>xbean-spring</artifactId>
  268. <version>${xbean.version}</version>
  269. </dependency>
  270. <!-- apache commons 包 主要使用一些工具类 -->
  271. <dependency>
  272. <groupId>org.apache.commons</groupId>
  273. <artifactId>commons-lang3</artifactId>
  274. <version>${apache.common.lang3.version}</version>
  275. </dependency>
  276. <!-- mybatis 依赖包 -->
  277. <dependency>
  278. <groupId>org.mybatis</groupId>
  279. <artifactId>mybatis</artifactId>
  280. <version>${mybatis.version}</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>org.mybatis</groupId>
  284. <artifactId>mybatis-spring</artifactId>
  285. <version>${mybatis-spring.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>mysql</groupId>
  289. <artifactId>mysql-connector-java</artifactId>
  290. <version>${mysql.version}</version>
  291. </dependency>
  292. <!-- 阿里 数据源相关jar -->
  293. <dependency>
  294. <groupId>com.alibaba</groupId>
  295. <artifactId>druid</artifactId>
  296. <version>${druid.version}</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>commons-validator</groupId>
  300. <artifactId>commons-validator</artifactId>
  301. <version>1.3.1</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>commons-beanutils</groupId>
  305. <artifactId>commons-beanutils</artifactId>
  306. <version>1.9.3</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.apache.commons</groupId>
  310. <artifactId>commons-pool2</artifactId>
  311. <version>${commons-pool2.version}</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>commons-fileupload</groupId>
  315. <artifactId>commons-fileupload</artifactId>
  316. <version>${commons-fileupload.version}</version>
  317. </dependency>
  318. <dependency>
  319. <groupId>commons-codec</groupId>
  320. <artifactId>commons-codec</artifactId>
  321. <version>${commons-codec.version}</version>
  322. </dependency>
  323. <dependency>
  324. <groupId>commons-net</groupId>
  325. <artifactId>commons-net</artifactId>
  326. <version>3.3</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>commons-httpclient</groupId>
  330. <artifactId>commons-httpclient</artifactId>
  331. <version>${httpclient.verion}</version>
  332. </dependency>
  333. <!--<dependency>
  334. <groupId>io.shardingsphere</groupId>
  335. <artifactId>sharding-jdbc</artifactId>
  336. <version>3.0.0.M3</version>
  337. </dependency>-->
  338. <!--<dependency>
  339. <groupId>io.shardingsphere</groupId>
  340. <artifactId>sharding-jdbc-core</artifactId>
  341. <version>3.1.0</version>
  342. </dependency>-->
  343. <dependency>
  344. <groupId>org.apache.shardingsphere</groupId>
  345. <artifactId>sharding-jdbc-core</artifactId>
  346. <version>4.0.0-RC1</version>
  347. </dependency>
  348. <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2
  349. <dependency>
  350. <groupId>org.apache.axis</groupId>
  351. <artifactId>axis</artifactId>
  352. <version>${axis.version}</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>org.apache.axis</groupId>
  356. <artifactId>axis-jaxrpc</artifactId>
  357. <version>${axis.version}</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>org.apache.axis</groupId>
  361. <artifactId>axis-saaj</artifactId>
  362. <version>${axis.version}</version>
  363. </dependency>
  364. <dependency>
  365. <groupId>wsdl4j</groupId>
  366. <artifactId>wsdl4j</artifactId>
  367. <version>${axis.version}</version>
  368. </dependency>
  369. -->
  370. <dependency>
  371. <groupId>net.sf.ehcache</groupId>
  372. <artifactId>ehcache</artifactId>
  373. <version>2.10.2</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>redis.clients</groupId>
  377. <artifactId>jedis</artifactId>
  378. <version>2.9.0</version>
  379. </dependency>
  380. <!-- <dependency>
  381. <groupId>org.quartz-scheduler</groupId>
  382. <artifactId>quartz</artifactId>
  383. <version>2.3.0</version>
  384. </dependency>-->
  385. <dependency>
  386. <groupId>org.quartz-scheduler</groupId>
  387. <artifactId>quartz</artifactId>
  388. <version>2.3.0</version>
  389. </dependency>
  390. <dependency>
  391. <groupId>org.springframework.session</groupId>
  392. <artifactId>spring-session-data-redis</artifactId>
  393. <version>2.0.3.RELEASE</version>
  394. </dependency>
  395. <dependency>
  396. <groupId>org.beanshell</groupId>
  397. <artifactId>bsh-core</artifactId>
  398. <version>2.0b4</version>
  399. </dependency>
  400. <!-- https://mvnrepository.com/artifact/org.javassist/javassist -->
  401. <dependency>
  402. <groupId>org.javassist</groupId>
  403. <artifactId>javassist</artifactId>
  404. <version>3.25.0-GA</version>
  405. </dependency>
  406. <dependency>
  407. <groupId>org.apache.zookeeper</groupId>
  408. <artifactId>zookeeper</artifactId>
  409. <version>${zookeeper.version}</version>
  410. </dependency>
  411. <dependency>
  412. <groupId>io.springfox</groupId>
  413. <artifactId>springfox-swagger2</artifactId>
  414. <version>${swagger.version}</version>
  415. </dependency>
  416. <!-- swagger-ui -->
  417. <dependency>
  418. <groupId>io.springfox</groupId>
  419. <artifactId>springfox-swagger-ui</artifactId>
  420. <version>${swagger.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>net.sourceforge.nekohtml</groupId>
  424. <artifactId>nekohtml</artifactId>
  425. <version>1.9.22</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>com.aliyun</groupId>
  429. <artifactId>aliyun-java-sdk-core</artifactId>
  430. <version>4.0.3</version>
  431. </dependency>
  432. <!--flowable工作流依赖
  433. <dependency>
  434. <groupId>org.flowable</groupId>
  435. <artifactId>flowable-spring-boot-starter</artifactId>
  436. <version>6.4.1</version>
  437. </dependency>
  438. -->
  439. <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
  440. <dependency>
  441. <groupId>org.jsoup</groupId>
  442. <artifactId>jsoup</artifactId>
  443. <version>1.11.3</version>
  444. </dependency>
  445. <!-- 引入poi,解析workbook视图 -->
  446. <dependency>
  447. <groupId>org.apache.poi</groupId>
  448. <artifactId>poi-ooxml</artifactId>
  449. <version>3.17</version>
  450. </dependency>
  451. <dependency>
  452. <groupId>org.apache.poi</groupId>
  453. <artifactId>poi-ooxml-schemas</artifactId>
  454. <version>3.17</version>
  455. </dependency>
  456. <dependency>
  457. <groupId>org.apache.poi</groupId>
  458. <artifactId>poi</artifactId>
  459. <version>3.17</version>
  460. </dependency>
  461. <dependency>
  462. <groupId>org.activiti</groupId>
  463. <artifactId>activiti-spring</artifactId>
  464. <version>6.0.0</version>
  465. </dependency>
  466. <dependency>
  467. <groupId>com.tencentcloudapi</groupId>
  468. <artifactId>tencentcloud-sdk-java</artifactId>
  469. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  470. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询最新版本 -->
  471. <version>3.0.112</version>
  472. </dependency>
  473. <!--<dependency>
  474. <groupId>org.activiti</groupId>
  475. <artifactId>activiti-modeler</artifactId>
  476. <version>5.22.0</version>
  477. <exclusions>
  478. <exclusion>
  479. <groupId>org.activiti</groupId>
  480. <artifactId>activiti-bpmn-model</artifactId>
  481. </exclusion>
  482. </exclusions>
  483. </dependency>-->
  484. </dependencies>
  485. </dependencyManagement>
  486. <dependencies>
  487. <dependency>
  488. <groupId>junit</groupId>
  489. <artifactId>junit</artifactId>
  490. <version>3.8.1</version>
  491. <scope>test</scope>
  492. </dependency>
  493. <dependency>
  494. <groupId>org.springframework.boot</groupId>
  495. <artifactId>spring-boot-starter-web</artifactId>
  496. </dependency>
  497. <dependency>
  498. <groupId>org.springframework.boot</groupId>
  499. <artifactId>spring-boot-starter-test</artifactId>
  500. <scope>test</scope>
  501. </dependency>
  502. <dependency>
  503. <groupId>org.springframework.boot</groupId>
  504. <artifactId>spring-boot-starter-actuator</artifactId>
  505. </dependency>
  506. <dependency>
  507. <groupId>org.springframework.boot</groupId>
  508. <artifactId>spring-boot-configuration-processor</artifactId>
  509. <optional>true</optional>
  510. </dependency>
  511. </dependencies>
  512. <build>
  513. <plugins>
  514. <plugin>
  515. <groupId>org.apache.maven.plugins</groupId>
  516. <artifactId>maven-javadoc-plugin</artifactId>
  517. <version>2.10.4</version>
  518. </plugin>
  519. <plugin>
  520. <groupId>org.apache.maven.plugins</groupId>
  521. <artifactId>maven-surefire-plugin</artifactId>
  522. <configuration>
  523. <skipTests>true</skipTests>
  524. </configuration>
  525. </plugin>
  526. </plugins>
  527. </build>
  528. </project>