Skip to content

Commit 9b6b695

Browse files
committed
fix: fix ServiceAddressRepositoryTest
1 parent cf26f1e commit 9b6b695

File tree

1 file changed

+6
-0
lines changed
  • polaris-plugins/polaris-plugins-observability/stat-prometheus

1 file changed

+6
-0
lines changed

polaris-plugins/polaris-plugins-observability/stat-prometheus/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
<version>${project.version}</version>
6060
<scope>test</scope>
6161
</dependency>
62+
<dependency>
63+
<groupId>com.tencent.polaris</groupId>
64+
<artifactId>loadbalancer-roundrobin</artifactId>
65+
<version>${project.version}</version>
66+
<scope>test</scope>
67+
</dependency>
6268
</dependencies>
6369

6470
<build>

0 commit comments

Comments
 (0)