pom.xml 9.1 KB

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