pom.xml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.hcloud.microserver</groupId>
  6. <artifactId>common-parent</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <packaging>pom</packaging>
  9. <name>common-parent</name>
  10. <description>project-parent</description>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>1.5.18.RELEASE</version>
  15. <relativePath/>
  16. </parent>
  17. <properties>
  18. <spring.cloud.version>Edgware.SR5</spring.cloud.version>
  19. <common.core.version>0.0.1-SNAPSHOT</common.core.version>
  20. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  21. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  22. <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
  23. <sys.managerclient.version>0.0.1-SNAPSHOT</sys.managerclient.version>
  24. <problem.managerclient.version>0.0.1-SNAPSHOT</problem.managerclient.version>
  25. <org.managerclient.version>0.0.1-SNAPSHOT</org.managerclient.version>
  26. <org.storeclient.version>0.0.1-SNAPSHOT</org.storeclient.version>
  27. <goods.managerclient.version>0.0.1-SNAPSHOT</goods.managerclient.version>
  28. <goods.managerservice.version>0.0.1-SNAPSHOT</goods.managerservice.version>
  29. <store.managerclient.version>0.0.1-SNAPSHOT</store.managerclient.version>
  30. <store.manageservice.version>0.0.1-SNAPSHOT</store.manageservice.version>
  31. <carbon.managerclient.version>0.0.1-SNAPSHOT</carbon.managerclient.version>
  32. <carbon.manageservice.version>0.0.1-SNAPSHOT</carbon.manageservice.version>
  33. <traced.source.web.version>0.0.1-SNAPSHOT</traced.source.web.version>
  34. <store.smart.web.version>0.0.1-SNAPSHOT</store.smart.web.version>
  35. <swagger.version>2.6.1</swagger.version>
  36. <java.version>1.8</java.version>
  37. <shiro.version>1.4.0</shiro.version>
  38. <supply-chain-sys-service.version>0.0.1-SNAPSHOT</supply-chain-sys-service.version>
  39. <supply-chain-sys-client.version>0.0.1-SNAPSHOT</supply-chain-sys-client.version>
  40. <supply.chain.base.client.version>0.0.1-SNAPSHOT</supply.chain.base.client.version>
  41. <supply.chain.base.service.version>0.0.1-SNAPSHOT</supply.chain.base.service.version>
  42. <supply.chain.order.client.version>0.0.1-SNAPSHOT</supply.chain.order.client.version>
  43. <supply.chain.order.service.version>0.0.1-SNAPSHOT</supply.chain.order.service.version>
  44. <supply.chain.web.version>0.0.1-SNAPSHOT</supply.chain.web.version>
  45. <group.meal.sys.service.version>0.0.1-SNAPSHOT</group.meal.sys.service.version>
  46. <group.meal.sys.client.version>0.0.1-SNAPSHOT</group.meal.sys.client.version>
  47. <group.meal.base.client.version>0.0.1-SNAPSHOT</group.meal.base.client.version>
  48. <group.meal.base.service.version>0.0.1-SNAPSHOT</group.meal.base.service.version>
  49. <group.meal.order.client.version>0.0.1-SNAPSHOT</group.meal.order.client.version>
  50. <group.meal.order.service.version>0.0.1-SNAPSHOT</group.meal.order.service.version>
  51. <group.meal.web.version>0.0.1-SNAPSHOT</group.meal.web.version>
  52. </properties>
  53. <dependencyManagement>
  54. <dependencies>
  55. <dependency>
  56. <groupId>org.springframework.cloud</groupId>
  57. <artifactId>spring-cloud-dependencies</artifactId>
  58. <version>${spring.cloud.version}</version>
  59. <type>pom</type>
  60. <scope>import</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework.boot</groupId>
  64. <artifactId>spring-boot-starter</artifactId>
  65. <version>1.5.18.RELEASE</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-starter-web</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.alibaba</groupId>
  73. <artifactId>fastjson</artifactId>
  74. <version>1.2.58</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>net.sf.dozer</groupId>
  78. <artifactId>dozer</artifactId>
  79. <version>5.5.1</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.google.collections</groupId>
  83. <artifactId>google-collections</artifactId>
  84. <version>1.0</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.springframework.cloud</groupId>
  88. <artifactId>spring-cloud-starter-eureka</artifactId>
  89. <version>LATEST</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.mybatis</groupId>
  93. <artifactId>mybatis</artifactId>
  94. <version>3.4.5</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.mybatis.spring.boot</groupId>
  98. <artifactId>mybatis-spring-boot-starter</artifactId>
  99. <version>1.3.1</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.springframework.boot</groupId>
  103. <artifactId>spring-boot-starter-data-redis</artifactId>
  104. <version>1.5.18.RELEASE</version>
  105. </dependency>
  106. <!--druid -->
  107. <dependency>
  108. <groupId>com.alibaba</groupId>
  109. <artifactId>druid</artifactId>
  110. <version>1.1.9</version>
  111. </dependency>
  112. <!-- 分页支持pageHelper -->
  113. <dependency>
  114. <groupId>com.github.pagehelper</groupId>
  115. <artifactId>pagehelper-spring-boot-starter</artifactId>
  116. <version>1.2.5</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.apache.commons</groupId>
  120. <artifactId>commons-lang3</artifactId>
  121. <version>3.6</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>commons-configuration</groupId>
  125. <artifactId>commons-configuration</artifactId>
  126. <version>1.10</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>commons-fileupload</groupId>
  130. <artifactId>commons-fileupload</artifactId>
  131. <version>1.3.1</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>commons-io</groupId>
  135. <artifactId>commons-io</artifactId>
  136. <version>2.5</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>mysql</groupId>
  140. <artifactId>mysql-connector-java</artifactId>
  141. <version>5.1.47</version>
  142. </dependency>
  143. </dependencies>
  144. </dependencyManagement>
  145. <dependencies>
  146. <!--swagger2-->
  147. <dependency>
  148. <groupId>io.springfox</groupId>
  149. <artifactId>springfox-swagger2</artifactId>
  150. <version>2.6.1</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>io.springfox</groupId>
  154. <artifactId>springfox-swagger-ui</artifactId>
  155. <version>2.6.1</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.projectlombok</groupId>
  159. <artifactId>lombok</artifactId>
  160. <version>1.16.18</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.springframework.boot</groupId>
  164. <artifactId>spring-boot-starter-test</artifactId>
  165. <scope>test</scope>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.springframework.boot</groupId>
  169. <artifactId>spring-boot-devtools</artifactId>
  170. <optional>true</optional>
  171. </dependency>
  172. </dependencies>
  173. <!-- 项目部署到私服配置 -->
  174. <distributionManagement> <!-- 远程部署管理信息 -->
  175. <repository> <!--部署项目产生的构件到远程仓库需要的信息 -->
  176. <id>nexus-thirdparty</id>
  177. <name>Nexus Release Repository</name>
  178. <url>http://192.168.1.58:8081/nexus/content/repositories/thirdparty/</url>
  179. </repository>
  180. <snapshotRepository> <!-- 如果没有配置该元素,默认部署到repository元素配置的仓库 -->
  181. <id>nexus-snapshots</id>
  182. <name>Nexus Snapshot Repository</name>
  183. <url>http://192.168.1.58:8081/nexus/content/repositories/snapshots/</url>
  184. </snapshotRepository>
  185. </distributionManagement>
  186. </project>