pom.xml 22 KB

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