pom.xml 13 KB

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