pom.xml 20 KB

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