docs:update dependency

pull/2/head
SkyeBeFreeman 3 years ago
parent 5795c10e47
commit b9563fd0ae

@ -22,7 +22,7 @@ jobs:
with: with:
java-version: '8' java-version: '8'
distribution: 'adopt' distribution: 'adopt'
- name: Build with Maven # - name: Build with Maven
run: mvn -B package --file pom.xml # run: mvn -B package --file pom.xml
- name: Test with Maven - name: Test with Maven
run: mvn test run: mvn -B test --file pom.xml

@ -27,12 +27,12 @@
<!-- Polaris dependencies start --> <!-- Polaris dependencies start -->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-discovery-factory</artifactId> <artifactId>polaris-discovery-factory</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-circuitbreaker-factory</artifactId> <artifactId>polaris-circuitbreaker-factory</artifactId>
</dependency> </dependency>
<!-- Polaris dependencies end --> <!-- Polaris dependencies end -->

@ -37,18 +37,18 @@
<!-- Polaris dependencies start --> <!-- Polaris dependencies start -->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-discovery-factory</artifactId> <artifactId>polaris-discovery-factory</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</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.nameservice</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>

@ -33,19 +33,19 @@
<!-- Polaris dependencies start --> <!-- Polaris dependencies start -->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-factory</artifactId> <artifactId>polaris-factory</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-test-common</artifactId> <artifactId>polaris-test-common</artifactId>
<scope>test</scope> <scope>test</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-test-mock-discovery</artifactId> <artifactId>polaris-test-mock-discovery</artifactId>
<scope>test</scope> <scope>test</scope>
<optional>true</optional> <optional>true</optional>

@ -33,12 +33,12 @@
<!-- Polaris dependencies start --> <!-- Polaris dependencies start -->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-router-factory</artifactId> <artifactId>polaris-router-factory</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-test-common</artifactId> <artifactId>polaris-test-common</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

@ -22,7 +22,7 @@
<dependencies> <dependencies>
<!-- Polaris dependencies start --> <!-- Polaris dependencies start -->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-model</artifactId> <artifactId>polaris-model</artifactId>
</dependency> </dependency>
<!-- Polaris dependencies end --> <!-- Polaris dependencies end -->

@ -23,66 +23,66 @@
<!-- Polaris dependencies start --> <!-- Polaris dependencies start -->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-client</artifactId> <artifactId>polaris-client</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>polaris-plugin-api</artifactId> <artifactId>polaris-plugin-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>connector-polaris-grpc</artifactId> <artifactId>connector-polaris-grpc</artifactId>
</dependency> </dependency>
<!--依赖resCache插件--> <!--依赖resCache插件-->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>resource-cache-memory</artifactId> <artifactId>resource-cache-memory</artifactId>
</dependency> </dependency>
<!--依赖flowCache插件--> <!--依赖flowCache插件-->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>flow-cache-expired</artifactId> <artifactId>flow-cache-expired</artifactId>
</dependency> </dependency>
<!--依赖router插件--> <!--依赖router插件-->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>router-isolated</artifactId> <artifactId>router-isolated</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>router-healthy</artifactId> <artifactId>router-healthy</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>router-rule</artifactId> <artifactId>router-rule</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>router-nearby</artifactId> <artifactId>router-nearby</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>router-metadata</artifactId> <artifactId>router-metadata</artifactId>
</dependency> </dependency>
<!--依赖负载均衡插件--> <!--依赖负载均衡插件-->
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>loadbalancer-random</artifactId> <artifactId>loadbalancer-random</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tencent.nameservice</groupId> <groupId>com.tencent.polaris</groupId>
<artifactId>loadbalancer-ringhash</artifactId> <artifactId>loadbalancer-ringhash</artifactId>
</dependency> </dependency>
<!-- Polaris dependencies end --> <!-- Polaris dependencies end -->

Loading…
Cancel
Save