pom.xml 22 KB

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