pom.xml 10 KB

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