pom.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.3.12.RELEASE</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>com.fdkankan</groupId>
  12. <artifactId>4dkankan-center-scene-v3</artifactId>
  13. <version>2.0.0-SNAPSHOT</version>
  14. <properties>
  15. <java.version>1.8</java.version>
  16. <spring.cloud-version>Hoxton.SR8</spring.cloud-version>
  17. </properties>
  18. <repositories>
  19. <repository>
  20. <id>releases</id>
  21. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  22. </repository>
  23. <repository>
  24. <id>snapshots</id>
  25. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  26. </repository>
  27. <repository>
  28. <id>nexus-aliyun</id>
  29. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  30. </repository>
  31. </repositories>
  32. <dependencies>
  33. <dependency>
  34. <groupId>com.fdkankan</groupId>
  35. <artifactId>4dkankan-common-web</artifactId>
  36. <version>3.0.0-SNAPSHOT</version>
  37. <exclusions>
  38. <exclusion>
  39. <groupId>org.springframework</groupId>
  40. <artifactId>spring-web</artifactId>
  41. </exclusion>
  42. </exclusions>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.springframework</groupId>
  46. <artifactId>spring-web</artifactId>
  47. <version>5.2.16.RELEASE</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.fdkankan</groupId>
  51. <artifactId>4dkankan-utils-rabbitmq</artifactId>
  52. <version>3.0.0-SNAPSHOT</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.fdkankan</groupId>
  56. <artifactId>4dkankan-utils-redis</artifactId>
  57. <version>3.0.0-SNAPSHOT</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.fdkankan</groupId>
  61. <artifactId>4dkankan-utils-db</artifactId>
  62. <version>3.0.0-SNAPSHOT</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.fdkankan</groupId>
  66. <artifactId>4dkankan-utils-fyun-oss</artifactId>
  67. <version>3.0.0-SNAPSHOT</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.fdkankan</groupId>
  71. <artifactId>4dkankan-utils-fyun-s3</artifactId>
  72. <version>3.0.0-SNAPSHOT</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.fdkankan</groupId>
  76. <artifactId>4dkankan-utils-model</artifactId>
  77. <version>3.0.0-SNAPSHOT</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.fdkankan</groupId>
  81. <artifactId>4dkankan-utils-wechat</artifactId>
  82. <version>3.0.0-SNAPSHOT</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.fdkankan</groupId>
  86. <artifactId>4dkankan-utils-image</artifactId>
  87. <version>3.0.0-SNAPSHOT</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.springframework.boot</groupId>
  91. <artifactId>spring-boot-starter-test</artifactId>
  92. <scope>test</scope>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.projectlombok</groupId>
  96. <artifactId>lombok</artifactId>
  97. </dependency>
  98. <!-- <dependency>-->
  99. <!-- <groupId>com.alibaba.cloud</groupId>-->
  100. <!-- <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>-->
  101. <!-- </dependency>-->
  102. <!-- <dependency>-->
  103. <!-- <groupId>com.alibaba.csp</groupId>-->
  104. <!-- <artifactId>sentinel-datasource-nacos</artifactId>-->
  105. <!-- <version>1.7.2</version>-->
  106. <!-- </dependency>-->
  107. <dependency>
  108. <artifactId>4dkankan-utils-app-push</artifactId>
  109. <groupId>com.fdkankan</groupId>
  110. <version>3.0.0-SNAPSHOT</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.fdkankan</groupId>
  114. <artifactId>4dkankan-utils-dingtalk</artifactId>
  115. <version>3.0.0-SNAPSHOT</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.yomahub</groupId>
  119. <artifactId>tlog-web-spring-boot-starter</artifactId>
  120. <version>1.3.6</version>
  121. </dependency>
  122. <!-- <dependency>-->
  123. <!-- <groupId>com.yomahub</groupId>-->
  124. <!-- <artifactId>tlog-feign-spring-boot-starter</artifactId>-->
  125. <!-- <version>1.3.6</version>-->
  126. <!-- </dependency>-->
  127. <!-- <dependency>-->
  128. <!-- <groupId>de.codecentric</groupId>-->
  129. <!-- <artifactId>spring-boot-admin-client</artifactId>-->
  130. <!-- <version>2.3.1</version>-->
  131. <!-- </dependency>-->
  132. <!-- htt请求工具-->
  133. <dependency>
  134. <groupId>com.dtflys.forest</groupId>
  135. <artifactId>forest-spring-boot-starter</artifactId>
  136. <version>1.5.19</version>
  137. </dependency>
  138. </dependencies>
  139. <dependencyManagement>
  140. <dependencies>
  141. <dependency>
  142. <groupId>com.alibaba.cloud</groupId>
  143. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  144. <version>2.2.7.RELEASE</version>
  145. <type>pom</type>
  146. <scope>import</scope>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.springframework.cloud</groupId>
  150. <artifactId>spring-cloud-dependencies</artifactId>
  151. <version>${spring.cloud-version}</version>
  152. <type>pom</type>
  153. <scope>import</scope>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.fdkankan</groupId>
  157. <artifactId>4dkankan-utils-fyun</artifactId>
  158. <version>2.0.0-SNAPSHOT</version>
  159. </dependency>
  160. </dependencies>
  161. </dependencyManagement>
  162. <build>
  163. <finalName>${artifactId}</finalName>
  164. <plugins>
  165. <plugin>
  166. <groupId>org.springframework.boot</groupId>
  167. <artifactId>spring-boot-maven-plugin</artifactId>
  168. </plugin>
  169. <plugin>
  170. <groupId>org.apache.maven.plugins</groupId>
  171. <artifactId>maven-surefire-plugin</artifactId>
  172. <configuration>
  173. <testFailureIgnore>true</testFailureIgnore>
  174. </configuration>
  175. </plugin>
  176. </plugins>
  177. </build>
  178. <distributionManagement>
  179. <repository>
  180. <id>releases</id>
  181. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  182. </repository>
  183. <snapshotRepository>
  184. <id>snapshots</id>
  185. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  186. </snapshotRepository>
  187. </distributionManagement>
  188. </project>