Commit 00bda4dc authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Add dependency management for micrometer-registry-stackdriver

Closes gh-16178
parent 7f582cc7
...@@ -964,6 +964,11 @@ ...@@ -964,6 +964,11 @@
<artifactId>micrometer-registry-signalfx</artifactId> <artifactId>micrometer-registry-signalfx</artifactId>
<version>${micrometer.version}</version> <version>${micrometer.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-stackdriver</artifactId>
<version>${micrometer.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.micrometer</groupId> <groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-statsd</artifactId> <artifactId>micrometer-registry-statsd</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment