pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. </dependency>
  38. <dependency>
  39. <groupId>com.fdkankan</groupId>
  40. <artifactId>4dkankan-utils-rabbitmq</artifactId>
  41. <version>3.0.0-SNAPSHOT</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.fdkankan</groupId>
  45. <artifactId>4dkankan-utils-redis</artifactId>
  46. <version>3.0.0-SNAPSHOT</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.fdkankan</groupId>
  50. <artifactId>4dkankan-utils-db</artifactId>
  51. <version>3.0.0-SNAPSHOT</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.fdkankan</groupId>
  55. <artifactId>4dkankan-utils-fyun-oss</artifactId>
  56. <version>3.0.0-SNAPSHOT</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.fdkankan</groupId>
  60. <artifactId>4dkankan-utils-fyun-s3</artifactId>
  61. <version>3.0.0-SNAPSHOT</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.fdkankan</groupId>
  65. <artifactId>4dkankan-utils-model</artifactId>
  66. <version>3.0.0-SNAPSHOT</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.fdkankan</groupId>
  70. <artifactId>4dkankan-utils-wechat</artifactId>
  71. <version>3.0.0-SNAPSHOT</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.fdkankan</groupId>
  75. <artifactId>4dkankan-utils-image</artifactId>
  76. <version>3.0.0-SNAPSHOT</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework.boot</groupId>
  80. <artifactId>spring-boot-starter-test</artifactId>
  81. <scope>test</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.projectlombok</groupId>
  85. <artifactId>lombok</artifactId>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.alibaba.cloud</groupId>
  89. <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.alibaba.csp</groupId>
  93. <artifactId>sentinel-datasource-nacos</artifactId>
  94. <version>1.7.2</version>
  95. </dependency>
  96. <dependency>
  97. <artifactId>4dkankan-utils-app-push</artifactId>
  98. <groupId>com.fdkankan</groupId>
  99. <version>3.0.0-SNAPSHOT</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.fdkankan</groupId>
  103. <artifactId>4dkankan-utils-dingtalk</artifactId>
  104. <version>3.0.0-SNAPSHOT</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.yomahub</groupId>
  108. <artifactId>tlog-web-spring-boot-starter</artifactId>
  109. <version>1.3.6</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.yomahub</groupId>
  113. <artifactId>tlog-feign-spring-boot-starter</artifactId>
  114. <version>1.3.6</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>de.codecentric</groupId>
  118. <artifactId>spring-boot-admin-client</artifactId>
  119. <version>2.3.1</version>
  120. </dependency>
  121. <!-- htt请求工具-->
  122. <dependency>
  123. <groupId>com.dtflys.forest</groupId>
  124. <artifactId>forest-spring-boot-starter</artifactId>
  125. <version>1.5.19</version>
  126. </dependency>
  127. </dependencies>
  128. <dependencyManagement>
  129. <dependencies>
  130. <dependency>
  131. <groupId>com.alibaba.cloud</groupId>
  132. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  133. <version>2.2.7.RELEASE</version>
  134. <type>pom</type>
  135. <scope>import</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.springframework.cloud</groupId>
  139. <artifactId>spring-cloud-dependencies</artifactId>
  140. <version>${spring.cloud-version}</version>
  141. <type>pom</type>
  142. <scope>import</scope>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.fdkankan</groupId>
  146. <artifactId>4dkankan-utils-fyun</artifactId>
  147. <version>2.0.0-SNAPSHOT</version>
  148. </dependency>
  149. </dependencies>
  150. </dependencyManagement>
  151. <build>
  152. <plugins>
  153. <plugin>
  154. <groupId>org.springframework.boot</groupId>
  155. <artifactId>spring-boot-maven-plugin</artifactId>
  156. </plugin>
  157. <plugin>
  158. <groupId>org.apache.maven.plugins</groupId>
  159. <artifactId>maven-surefire-plugin</artifactId>
  160. <configuration>
  161. <testFailureIgnore>true</testFailureIgnore>
  162. </configuration>
  163. </plugin>
  164. </plugins>
  165. </build>
  166. <distributionManagement>
  167. <repository>
  168. <id>releases</id>
  169. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  170. </repository>
  171. <snapshotRepository>
  172. <id>snapshots</id>
  173. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  174. </snapshotRepository>
  175. </distributionManagement>
  176. </project>