|
|
@ -25,11 +25,52 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<artifactId>polaris-router-factory</artifactId>
|
|
|
|
<artifactId>polaris-router-factory</artifactId>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Router Plugins -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
|
|
<artifactId>router-rule</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-nearby</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
|
|
|
<artifactId>router-metadata</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -39,6 +80,11 @@
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Polaris dependencies end -->
|
|
|
|
<!-- Polaris dependencies end -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
|
|
|
|
|
|
</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>
|
|
|
|