pom.xml 8.0 KB

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