|
|
|
@ -24,11 +24,63 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
<artifactId>polaris-discovery-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>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
<artifactId>polaris-circuitbreaker-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>
|
|
|
|
|
<!-- Polaris dependencies end -->
|
|
|
|
|
|
|
|
|
|