pom.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-starter-parent</artifactId>
  9. <version>2.1.8.RELEASE</version>
  10. </parent>
  11. <groupId>com.shanpin</groupId>
  12. <artifactId>privatedomain-parent</artifactId>
  13. <packaging>pom</packaging>
  14. <version>1.0.0</version>
  15. <modules>
  16. <module>common</module>
  17. <module>core</module>
  18. <module>logic</module>
  19. <module>admin</module>
  20. <module>redis-starter</module>
  21. <module>shanpin-pay-starter</module>
  22. <module>task</module>
  23. </modules>
  24. <properties>
  25. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  26. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  27. <java.version>1.8</java.version>
  28. <spring-cloud.version>Greenwich.SR3</spring-cloud.version>
  29. <spring-boot-admin.version>2.1.5</spring-boot-admin.version>
  30. <springbootversion>2.1.8.RELEASE</springbootversion>
  31. <privatedomain-version>1.0.0</privatedomain-version>
  32. </properties>
  33. <distributionManagement>
  34. <repository>
  35. <id>nexus</id>
  36. <url>http://192.168.2.10:8081/repository/maven-public</url>
  37. </repository>
  38. </distributionManagement>
  39. <dependencyManagement>
  40. <dependencies>
  41. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-aop -->
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-aop</artifactId>
  45. <version>2.1.8.RELEASE</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.cloud</groupId>
  49. <artifactId>spring-cloud-dependencies</artifactId>
  50. <version>${spring-cloud.version}</version>
  51. <type>pom</type>
  52. <scope>import</scope>
  53. </dependency>
  54. <dependency>
  55. <groupId>de.codecentric</groupId>
  56. <artifactId>spring-boot-admin-dependencies</artifactId>
  57. <version>${spring-boot-admin.version}</version>
  58. <type>pom</type>
  59. <scope>import</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.boot</groupId>
  63. <artifactId>spring-boot-starter-web</artifactId>
  64. <version>${springbootversion}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.springframework.boot</groupId>
  68. <artifactId>spring-boot-starter-cache</artifactId>
  69. <version>${springbootversion}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-devtools</artifactId>
  74. <version>${springbootversion}</version>
  75. <scope>runtime</scope>
  76. <optional>true</optional>
  77. </dependency>
  78. <dependency>
  79. <groupId>mysql</groupId>
  80. <artifactId>mysql-connector-java</artifactId>
  81. <version>8.0.16</version>
  82. <scope>runtime</scope>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.projectlombok</groupId>
  86. <artifactId>lombok</artifactId>
  87. <version>1.18.2</version>
  88. <optional>true</optional>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.springframework.boot</groupId>
  92. <artifactId>spring-boot-starter-test</artifactId>
  93. <version>${springbootversion}</version>
  94. <scope>test</scope>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.aliyun.oss</groupId>
  98. <artifactId>aliyun-sdk-oss</artifactId>
  99. <version>3.4.2</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.springframework.boot</groupId>
  103. <artifactId>spring-boot-starter-freemarker</artifactId>
  104. <version>${springbootversion}</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>io.springfox</groupId>
  108. <artifactId>springfox-swagger2</artifactId>
  109. <version>2.7.0</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.github.caspar-chen</groupId>
  113. <artifactId>swagger-ui-layer</artifactId>
  114. <version>1.1.3</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.github.pagehelper</groupId>
  118. <artifactId>pagehelper-spring-boot-starter</artifactId>
  119. <version>1.2.12</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.fasterxml.jackson.core</groupId>
  123. <artifactId>jackson-databind</artifactId>
  124. <version>2.9.9.3</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.alibaba</groupId>
  128. <artifactId>druid</artifactId>
  129. <version>1.1.17</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.springframework.boot</groupId>
  133. <artifactId>spring-boot-starter-activemq</artifactId>
  134. <version>2.1.8.RELEASE</version>
  135. </dependency>
  136. <!-- JWT 相关 -->
  137. <dependency>
  138. <groupId>io.jsonwebtoken</groupId>
  139. <artifactId>jjwt-api</artifactId>
  140. <version>0.10.5</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>io.jsonwebtoken</groupId>
  144. <artifactId>jjwt-impl</artifactId>
  145. <version>0.10.5</version>
  146. <scope>runtime</scope>
  147. </dependency>
  148. <dependency>
  149. <groupId>io.jsonwebtoken</groupId>
  150. <artifactId>jjwt-jackson</artifactId>
  151. <version>0.10.5</version>
  152. <scope>runtime</scope>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.auth0</groupId>
  156. <artifactId>java-jwt</artifactId>
  157. <version>3.2.0</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>com.baomidou</groupId>
  161. <artifactId>mybatis-plus-boot-starter</artifactId>
  162. <version>3.2.0</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>com.baomidou</groupId>
  166. <artifactId>mybatis-plus-generator</artifactId>
  167. <version>3.2.0</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.apache.commons</groupId>
  171. <artifactId>commons-lang3</artifactId>
  172. <version>3.5</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>commons-pool</groupId>
  176. <artifactId>commons-pool</artifactId>
  177. <version>1.6</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>commons-codec</groupId>
  181. <artifactId>commons-codec</artifactId>
  182. <version>1.13</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>commons-fileupload</groupId>
  186. <artifactId>commons-fileupload</artifactId>
  187. <version>1.3.3</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>com.alibaba</groupId>
  191. <artifactId>druid-spring-boot-starter</artifactId>
  192. <version>1.1.18</version>
  193. </dependency>
  194. </dependencies>
  195. </dependencyManagement>
  196. <profiles>
  197. <profile>
  198. <id>dev</id>
  199. <properties>
  200. <spring.active.profile>dev</spring.active.profile>
  201. </properties>
  202. </profile>
  203. <profile>
  204. <id>test</id>
  205. <properties>
  206. <spring.active.profile>test</spring.active.profile>
  207. </properties>
  208. </profile>
  209. <profile>
  210. <id>pro</id>
  211. <properties>
  212. <spring.active.profile>pro</spring.active.profile>
  213. </properties>
  214. </profile>
  215. </profiles>
  216. </project>