pom.xml 11 KB

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