pom.xml 14 KB

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