Skip to content

Commit e7cbee4

Browse files
committed
feat:add stat-pushgateway to dependencies.
1 parent 41454a8 commit e7cbee4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

polaris-dependencies/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,11 @@
241241
<artifactId>stat-prometheus</artifactId>
242242
<version>${project.version}</version>
243243
</dependency>
244-
244+
<dependency>
245+
<groupId>com.tencent.polaris</groupId>
246+
<artifactId>stat-pushgateway</artifactId>
247+
<version>${project.version}</version>
248+
</dependency>
245249
<!-- polaris-plugins-ratelimiter-->
246250
<dependency>
247251
<groupId>com.tencent.polaris</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<properties>
6666
<!-- Project revision -->
67-
<revision>1.7.2</revision>
67+
<revision>1.7.3</revision>
6868
<timestamp>${maven.build.timestamp}</timestamp>
6969
<skip.maven.deploy>false</skip.maven.deploy>
7070
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>

0 commit comments

Comments
 (0)