pom.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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-common</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. </modules>
  36. <parent>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-parent</artifactId>
  39. <version>1.4.0.RELEASE</version>
  40. <relativePath/> <!-- lookup parent from repository -->
  41. </parent>
  42. <properties>
  43. <maven.compile.target>1.8</maven.compile.target>
  44. <sourceEncoding>UTF-8</sourceEncoding>
  45. <spring-boot>1.3.2.RELEASE</spring-boot>
  46. <shiro.version>1.2.4</shiro.version>
  47. <mybatis.version>3.3.0</mybatis.version>
  48. <microcommunity.version>1.0-SNAPSHOT</microcommunity.version>
  49. <dubbo.version>2.5.4-SNAPSHOT</dubbo.version>
  50. <logback.vaersion>1.1.3</logback.vaersion>
  51. <apache.common.lang3.version>3.4</apache.common.lang3.version>
  52. <mybatis.version>3.4.1</mybatis.version>
  53. <log4j.version>1.2.17</log4j.version>
  54. <tomcat.servlet.version>6.0.37</tomcat.servlet.version>
  55. <druid.version>1.0.18</druid.version>
  56. <mybatis-spring.version>1.3.1</mybatis-spring.version>
  57. <mysql.version>5.1.39</mysql.version>
  58. <commons-pool2.version>2.2</commons-pool2.version>
  59. <commons-collections.version>3.2.1</commons-collections.version>
  60. <commons-fileupload.version>1.3.3</commons-fileupload.version>
  61. <commons-codec.version>1.6</commons-codec.version>
  62. <commons-logging.version>1.1.1</commons-logging.version>
  63. <commons-lang.version>2.5</commons-lang.version>
  64. <commons-beanutils.version>1.8.0</commons-beanutils.version>
  65. <slf4j.version>1.7.7</slf4j.version>
  66. <logback.version>1.1.2</logback.version>
  67. <activemq.version>5.7.0</activemq.version>
  68. <xbean.version>3.18</xbean.version>
  69. <axis.version>1.4</axis.version>
  70. <httpclient.verion>3.1</httpclient.verion>
  71. <spring.version>4.3.2.RELEASE</spring.version>
  72. <zookeeper.version>3.3.6</zookeeper.version>
  73. <swagger.version>2.5.0</swagger.version>
  74. </properties>
  75. <dependencyManagement>
  76. <dependencies>
  77. <dependency>
  78. <groupId>org.springframework.cloud</groupId>
  79. <artifactId>spring-cloud-dependencies</artifactId>
  80. <version>Brixton.SR5</version>
  81. <type>pom</type>
  82. <scope>import</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.springframework</groupId>
  86. <artifactId>spring-context-support</artifactId>
  87. <version>4.2.7.RELEASE</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.springframework.kafka</groupId>
  91. <artifactId>spring-kafka</artifactId>
  92. <version>1.1.1.RELEASE</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.alibaba</groupId>
  96. <artifactId>fastjson</artifactId>
  97. <version>1.2.28</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.mybatis.spring.boot</groupId>
  101. <artifactId>mybatis-spring-boot-starter</artifactId>
  102. <version>1.1.1</version>
  103. </dependency>
  104. <!--mapper-->
  105. <dependency>
  106. <groupId>tk.mybatis</groupId>
  107. <artifactId>mapper-spring-boot-starter</artifactId>
  108. <version>1.1.0</version>
  109. </dependency>
  110. <!--pagehelper-->
  111. <dependency>
  112. <groupId>com.github.pagehelper</groupId>
  113. <artifactId>pagehelper-spring-boot-starter</artifactId>
  114. <version>1.1.0</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.auth0</groupId>
  118. <artifactId>java-jwt</artifactId>
  119. <version>3.3.0</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.java110</groupId>
  123. <artifactId>java110-common</artifactId>
  124. <version>${microcommunity.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.java110</groupId>
  128. <artifactId>java110-bean</artifactId>
  129. <version>${microcommunity.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.java110</groupId>
  133. <artifactId>java110-event</artifactId>
  134. <version>${microcommunity.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.java110</groupId>
  138. <artifactId>java110-core</artifactId>
  139. <version>${microcommunity.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.java110</groupId>
  143. <artifactId>java110-service</artifactId>
  144. <version>${microcommunity.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.java110</groupId>
  148. <artifactId>java110-config</artifactId>
  149. <version>${microcommunity.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.java110</groupId>
  153. <artifactId>java110-cacheAgent</artifactId>
  154. <version>${microcommunity.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.java110</groupId>
  158. <artifactId>java110-logAgent</artifactId>
  159. <version>${microcommunity.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.java110</groupId>
  163. <artifactId>java110-db</artifactId>
  164. <version>${microcommunity.version}</version>
  165. </dependency>
  166. <!-- logback 日志组件支持 -->
  167. <dependency>
  168. <groupId>org.slf4j</groupId>
  169. <artifactId>slf4j-api</artifactId>
  170. <version>1.7.7</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>ch.qos.logback</groupId>
  174. <artifactId>logback-core</artifactId>
  175. <version>${logback.vaersion}</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>ch.qos.logback</groupId>
  179. <artifactId>logback-access</artifactId>
  180. <version>${logback.vaersion}</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>ch.qos.logback</groupId>
  184. <artifactId>logback-classic</artifactId>
  185. <version>${logback.vaersion}</version>
  186. </dependency>
  187. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  188. <dependency>
  189. <groupId>com.mchange</groupId>
  190. <artifactId>c3p0</artifactId>
  191. <version>0.9.5.4</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.apache.activemq</groupId>
  195. <artifactId>activemq-core</artifactId>
  196. <version>${activemq.version}</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>org.apache.activemq</groupId>
  200. <artifactId>activemq-pool</artifactId>
  201. <version>${activemq.version}</version>
  202. </dependency>
  203. <dependency>
  204. <groupId>org.springframework</groupId>
  205. <artifactId>spring-jms</artifactId>
  206. <version>${spring.version}</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.apache.xbean</groupId>
  210. <artifactId>xbean-spring</artifactId>
  211. <version>${xbean.version}</version>
  212. </dependency>
  213. <!-- apache commons 包 主要使用一些工具类 -->
  214. <dependency>
  215. <groupId>org.apache.commons</groupId>
  216. <artifactId>commons-lang3</artifactId>
  217. <version>${apache.common.lang3.version}</version>
  218. </dependency>
  219. <!-- mybatis 依赖包 -->
  220. <dependency>
  221. <groupId>org.mybatis</groupId>
  222. <artifactId>mybatis</artifactId>
  223. <version>${mybatis.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.mybatis</groupId>
  227. <artifactId>mybatis-spring</artifactId>
  228. <version>${mybatis-spring.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>mysql</groupId>
  232. <artifactId>mysql-connector-java</artifactId>
  233. <version>${mysql.version}</version>
  234. </dependency>
  235. <!-- 阿里 数据源相关jar -->
  236. <dependency>
  237. <groupId>com.alibaba</groupId>
  238. <artifactId>druid</artifactId>
  239. <version>${druid.version}</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>commons-validator</groupId>
  243. <artifactId>commons-validator</artifactId>
  244. <version>1.3.1</version>
  245. </dependency>
  246. <dependency>
  247. <groupId>org.apache.commons</groupId>
  248. <artifactId>commons-pool2</artifactId>
  249. <version>${commons-pool2.version}</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>commons-fileupload</groupId>
  253. <artifactId>commons-fileupload</artifactId>
  254. <version>${commons-fileupload.version}</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>commons-codec</groupId>
  258. <artifactId>commons-codec</artifactId>
  259. <version>${commons-codec.version}</version>
  260. </dependency>
  261. <dependency>
  262. <groupId>commons-net</groupId>
  263. <artifactId>commons-net</artifactId>
  264. <version>3.3</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>commons-httpclient</groupId>
  268. <artifactId>commons-httpclient</artifactId>
  269. <version>${httpclient.verion}</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>io.shardingsphere</groupId>
  273. <artifactId>sharding-jdbc</artifactId>
  274. <version>3.0.0.M3</version>
  275. </dependency>
  276. <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2
  277. <dependency>
  278. <groupId>org.apache.axis</groupId>
  279. <artifactId>axis</artifactId>
  280. <version>${axis.version}</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>org.apache.axis</groupId>
  284. <artifactId>axis-jaxrpc</artifactId>
  285. <version>${axis.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.apache.axis</groupId>
  289. <artifactId>axis-saaj</artifactId>
  290. <version>${axis.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>wsdl4j</groupId>
  294. <artifactId>wsdl4j</artifactId>
  295. <version>${axis.version}</version>
  296. </dependency>
  297. -->
  298. <dependency>
  299. <groupId>net.sf.ehcache</groupId>
  300. <artifactId>ehcache</artifactId>
  301. <version>2.10.2</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>redis.clients</groupId>
  305. <artifactId>jedis</artifactId>
  306. <version>2.8.2</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.quartz-scheduler</groupId>
  310. <artifactId>quartz</artifactId>
  311. <version>2.3.0</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>org.springframework.session</groupId>
  315. <artifactId>spring-session-data-redis</artifactId>
  316. <version>1.0.1.RELEASE</version>
  317. </dependency>
  318. <dependency>
  319. <groupId>org.beanshell</groupId>
  320. <artifactId>bsh-core</artifactId>
  321. <version>2.0b4</version>
  322. </dependency>
  323. <dependency>
  324. <groupId>org.apache.zookeeper</groupId>
  325. <artifactId>zookeeper</artifactId>
  326. <version>${zookeeper.version}</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>io.springfox</groupId>
  330. <artifactId>springfox-swagger2</artifactId>
  331. <version>${swagger.version}</version>
  332. </dependency>
  333. <!-- swagger-ui -->
  334. <dependency>
  335. <groupId>io.springfox</groupId>
  336. <artifactId>springfox-swagger-ui</artifactId>
  337. <version>${swagger.version}</version>
  338. </dependency>
  339. <dependency>
  340. <groupId>net.sourceforge.nekohtml</groupId>
  341. <artifactId>nekohtml</artifactId>
  342. <version>1.9.22</version>
  343. </dependency>
  344. <dependency>
  345. <groupId>com.aliyun</groupId>
  346. <artifactId>aliyun-java-sdk-core</artifactId>
  347. <version>4.0.3</version>
  348. </dependency>
  349. </dependencies>
  350. </dependencyManagement>
  351. <dependencies>
  352. <dependency>
  353. <groupId>junit</groupId>
  354. <artifactId>junit</artifactId>
  355. <version>3.8.1</version>
  356. <scope>test</scope>
  357. </dependency>
  358. <dependency>
  359. <groupId>org.springframework.boot</groupId>
  360. <artifactId>spring-boot-starter-web</artifactId>
  361. </dependency>
  362. <dependency>
  363. <groupId>org.springframework.boot</groupId>
  364. <artifactId>spring-boot-starter-test</artifactId>
  365. <scope>test</scope>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.springframework.boot</groupId>
  369. <artifactId>spring-boot-starter-actuator</artifactId>
  370. </dependency>
  371. <dependency>
  372. <groupId>org.springframework.boot</groupId>
  373. <artifactId>spring-boot-configuration-processor</artifactId>
  374. <optional>true</optional>
  375. </dependency>
  376. </dependencies>
  377. <build>
  378. <plugins>
  379. <plugin>
  380. <groupId>org.apache.maven.plugins</groupId>
  381. <artifactId>maven-javadoc-plugin</artifactId>
  382. <version>2.10.4</version>
  383. </plugin>
  384. </plugins>
  385. </build>
  386. </project>