pom.xml 19 KB

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