pom.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  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>PayService</module>
  17. <module>eureka</module>
  18. <module>java110-feign</module>
  19. <module>java110-core</module>
  20. <module>java110-service</module>
  21. <module>CodeService</module>
  22. <module>StoreService</module>
  23. <module>RuleService</module>
  24. <module>SimpleListenerService</module>
  25. <module>java110-event</module>
  26. <module>CenterService</module>
  27. <module>java110-cacheAgent</module>
  28. <module>ConsoleService</module>
  29. <module>java110-logAgent</module>
  30. <module>zipkin</module>
  31. <module>ShopService</module>
  32. <module>CommentService</module>
  33. <module>Api</module>
  34. <module>CommunityService</module>
  35. <module>AgentService</module>
  36. <module>PropertyService</module>
  37. </modules>
  38. <parent>
  39. <groupId>org.springframework.boot</groupId>
  40. <artifactId>spring-boot-starter-parent</artifactId>
  41. <version>1.4.0.RELEASE</version>
  42. <relativePath/> <!-- lookup parent from repository -->
  43. </parent>
  44. <properties>
  45. <maven.compile.target>1.8</maven.compile.target>
  46. <sourceEncoding>UTF-8</sourceEncoding>
  47. <spring-boot>1.3.2.RELEASE</spring-boot>
  48. <shiro.version>1.2.4</shiro.version>
  49. <mybatis.version>3.3.0</mybatis.version>
  50. <microcommunity.version>1.0-SNAPSHOT</microcommunity.version>
  51. <dubbo.version>2.5.4-SNAPSHOT</dubbo.version>
  52. <logback.vaersion>1.1.3</logback.vaersion>
  53. <apache.common.lang3.version>3.4</apache.common.lang3.version>
  54. <mybatis.version>3.4.1</mybatis.version>
  55. <log4j.version>1.2.17</log4j.version>
  56. <tomcat.servlet.version>6.0.37</tomcat.servlet.version>
  57. <druid.version>1.0.18</druid.version>
  58. <mybatis-spring.version>1.3.1</mybatis-spring.version>
  59. <mysql.version>5.1.39</mysql.version>
  60. <commons-pool2.version>2.2</commons-pool2.version>
  61. <commons-collections.version>3.2.1</commons-collections.version>
  62. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  63. <commons-codec.version>1.6</commons-codec.version>
  64. <commons-logging.version>1.1.1</commons-logging.version>
  65. <commons-lang.version>2.5</commons-lang.version>
  66. <commons-beanutils.version>1.8.0</commons-beanutils.version>
  67. <slf4j.version>1.7.7</slf4j.version>
  68. <logback.version>1.1.2</logback.version>
  69. <activemq.version>5.7.0</activemq.version>
  70. <xbean.version>3.18</xbean.version>
  71. <axis.version>1.4</axis.version>
  72. <httpclient.verion>3.1</httpclient.verion>
  73. <spring.version>4.3.2.RELEASE</spring.version>
  74. <zookeeper.version>3.3.6</zookeeper.version>
  75. <swagger.version>2.5.0</swagger.version>
  76. </properties>
  77. <dependencyManagement>
  78. <dependencies>
  79. <dependency>
  80. <groupId>org.springframework.cloud</groupId>
  81. <artifactId>spring-cloud-dependencies</artifactId>
  82. <version>Brixton.SR5</version>
  83. <type>pom</type>
  84. <scope>import</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.springframework</groupId>
  88. <artifactId>spring-context-support</artifactId>
  89. <version>4.2.7.RELEASE</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.springframework.kafka</groupId>
  93. <artifactId>spring-kafka</artifactId>
  94. <version>1.1.1.RELEASE</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-common</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-feign</artifactId>
  146. <version>${microcommunity.version}</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>com.java110</groupId>
  150. <artifactId>java110-service</artifactId>
  151. <version>${microcommunity.version}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.java110</groupId>
  155. <artifactId>java110-config</artifactId>
  156. <version>${microcommunity.version}</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.java110</groupId>
  160. <artifactId>java110-cacheAgent</artifactId>
  161. <version>${microcommunity.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>com.java110</groupId>
  165. <artifactId>java110-logAgent</artifactId>
  166. <version>${microcommunity.version}</version>
  167. </dependency>
  168. <!-- logback 日志组件支持 -->
  169. <dependency>
  170. <groupId>org.slf4j</groupId>
  171. <artifactId>slf4j-api</artifactId>
  172. <version>1.7.7</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>ch.qos.logback</groupId>
  176. <artifactId>logback-core</artifactId>
  177. <version>${logback.vaersion}</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>ch.qos.logback</groupId>
  181. <artifactId>logback-access</artifactId>
  182. <version>${logback.vaersion}</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>ch.qos.logback</groupId>
  186. <artifactId>logback-classic</artifactId>
  187. <version>${logback.vaersion}</version>
  188. </dependency>
  189. <!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
  190. <dependency>
  191. <groupId>com.mchange</groupId>
  192. <artifactId>c3p0</artifactId>
  193. <version>0.9.5.2</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>org.apache.activemq</groupId>
  197. <artifactId>activemq-core</artifactId>
  198. <version>${activemq.version}</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>org.apache.activemq</groupId>
  202. <artifactId>activemq-pool</artifactId>
  203. <version>${activemq.version}</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.springframework</groupId>
  207. <artifactId>spring-jms</artifactId>
  208. <version>${spring.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.apache.xbean</groupId>
  212. <artifactId>xbean-spring</artifactId>
  213. <version>${xbean.version}</version>
  214. </dependency>
  215. <!-- apache commons 包 主要使用一些工具类 -->
  216. <dependency>
  217. <groupId>org.apache.commons</groupId>
  218. <artifactId>commons-lang3</artifactId>
  219. <version>${apache.common.lang3.version}</version>
  220. </dependency>
  221. <!-- mybatis 依赖包 -->
  222. <dependency>
  223. <groupId>org.mybatis</groupId>
  224. <artifactId>mybatis</artifactId>
  225. <version>${mybatis.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.mybatis</groupId>
  229. <artifactId>mybatis-spring</artifactId>
  230. <version>${mybatis-spring.version}</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>mysql</groupId>
  234. <artifactId>mysql-connector-java</artifactId>
  235. <version>${mysql.version}</version>
  236. </dependency>
  237. <!-- 阿里 数据源相关jar -->
  238. <dependency>
  239. <groupId>com.alibaba</groupId>
  240. <artifactId>druid</artifactId>
  241. <version>${druid.version}</version>
  242. </dependency>
  243. <dependency>
  244. <groupId>commons-validator</groupId>
  245. <artifactId>commons-validator</artifactId>
  246. <version>1.3.1</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.apache.commons</groupId>
  250. <artifactId>commons-pool2</artifactId>
  251. <version>${commons-pool2.version}</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>commons-fileupload</groupId>
  255. <artifactId>commons-fileupload</artifactId>
  256. <version>${commons-fileupload.version}</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>commons-codec</groupId>
  260. <artifactId>commons-codec</artifactId>
  261. <version>${commons-codec.version}</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>commons-net</groupId>
  265. <artifactId>commons-net</artifactId>
  266. <version>3.3</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>commons-httpclient</groupId>
  270. <artifactId>commons-httpclient</artifactId>
  271. <version>${httpclient.verion}</version>
  272. </dependency>
  273. <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2 -->
  274. <dependency>
  275. <groupId>org.apache.axis</groupId>
  276. <artifactId>axis</artifactId>
  277. <version>${axis.version}</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.apache.axis</groupId>
  281. <artifactId>axis-jaxrpc</artifactId>
  282. <version>${axis.version}</version>
  283. </dependency>
  284. <dependency>
  285. <groupId>org.apache.axis</groupId>
  286. <artifactId>axis-saaj</artifactId>
  287. <version>${axis.version}</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>wsdl4j</groupId>
  291. <artifactId>wsdl4j</artifactId>
  292. <version>${axis.version}</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>net.sf.ehcache</groupId>
  296. <artifactId>ehcache</artifactId>
  297. <version>2.10.2</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>redis.clients</groupId>
  301. <artifactId>jedis</artifactId>
  302. <version>2.8.2</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>org.quartz-scheduler</groupId>
  306. <artifactId>quartz</artifactId>
  307. <version>2.3.0</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>org.springframework.session</groupId>
  311. <artifactId>spring-session-data-redis</artifactId>
  312. <version>1.0.1.RELEASE</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>org.beanshell</groupId>
  316. <artifactId>bsh-core</artifactId>
  317. <version>2.0b4</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>org.apache.zookeeper</groupId>
  321. <artifactId>zookeeper</artifactId>
  322. <version>${zookeeper.version}</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>io.springfox</groupId>
  326. <artifactId>springfox-swagger2</artifactId>
  327. <version>${swagger.version}</version>
  328. </dependency>
  329. <!-- swagger-ui -->
  330. <dependency>
  331. <groupId>io.springfox</groupId>
  332. <artifactId>springfox-swagger-ui</artifactId>
  333. <version>${swagger.version}</version>
  334. </dependency>
  335. </dependencies>
  336. </dependencyManagement>
  337. <dependencies>
  338. <dependency>
  339. <groupId>junit</groupId>
  340. <artifactId>junit</artifactId>
  341. <version>3.8.1</version>
  342. <scope>test</scope>
  343. </dependency>
  344. <dependency>
  345. <groupId>org.springframework.boot</groupId>
  346. <artifactId>spring-boot-starter-web</artifactId>
  347. </dependency>
  348. <dependency>
  349. <groupId>org.springframework.boot</groupId>
  350. <artifactId>spring-boot-starter-test</artifactId>
  351. <scope>test</scope>
  352. </dependency>
  353. <dependency>
  354. <groupId>org.springframework.boot</groupId>
  355. <artifactId>spring-boot-starter-actuator</artifactId>
  356. </dependency>
  357. <dependency>
  358. <groupId>org.springframework.boot</groupId>
  359. <artifactId>spring-boot-configuration-processor</artifactId>
  360. <optional>true</optional>
  361. </dependency>
  362. </dependencies>
  363. <build>
  364. <plugins>
  365. <plugin>
  366. <groupId>org.apache.maven.plugins</groupId>
  367. <artifactId>maven-javadoc-plugin</artifactId>
  368. <version>2.10.4</version>
  369. </plugin>
  370. </plugins>
  371. </build>
  372. </project>