Commit 20743464 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #13982 from cmakinen:cloudwatch-depManagement

* pr/13982:
  Add dependency management for micrometer-registry-cloudwatch
parents 1f4124b6 07d96689
...@@ -873,6 +873,11 @@ ...@@ -873,6 +873,11 @@
<artifactId>micrometer-registry-atlas</artifactId> <artifactId>micrometer-registry-atlas</artifactId>
<version>${micrometer.version}</version> <version>${micrometer.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-cloudwatch</artifactId>
<version>${micrometer.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.micrometer</groupId> <groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-datadog</artifactId> <artifactId>micrometer-registry-datadog</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