|
|
@ -15,70 +15,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Spring Cloud Tencent dependencies start -->
|
|
|
|
<!-- Spring Cloud Tencent dependencies start -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tencent.cloud</groupId>
|
|
|
|
<groupId>com.tencent.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-tencent-polaris-context</artifactId>
|
|
|
|
<artifactId>spring-cloud-tencent-polaris-context</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Spring Cloud Tencent dependencies end -->
|
|
|
|
<!-- Spring Cloud Tencent dependencies end -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Polaris dependencies start -->
|
|
|
|
<!-- Polaris dependencies start -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<artifactId>polaris-discovery-factory</artifactId>
|
|
|
|
<artifactId>polaris-discovery-factory</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-rule</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-nearby</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-metadata</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-canary</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-set</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-isolated</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-healthy</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<artifactId>polaris-test-common</artifactId>
|
|
|
|
<artifactId>polaris-test-common</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<artifactId>polaris-test-mock-discovery</artifactId>
|
|
|
|
<artifactId>polaris-test-mock-discovery</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Polaris dependencies end -->
|
|
|
|
<!-- Polaris dependencies end -->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.projectreactor</groupId>
|
|
|
|
<groupId>io.projectreactor</groupId>
|
|
|
|
<artifactId>reactor-test</artifactId>
|
|
|
|
<artifactId>reactor-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-api-mockito2</artifactId>
|
|
|
|
<artifactId>powermock-api-mockito2</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|
|
|
|
</project>
|
|
|
|