Browse Source

Merge pull request #18367 from dreis2211

* pr/18367:
  Add micrometer cloudwatch2 managed dependency

Closes gh-18367
pull/18371/head
Phillip Webb 6 years ago
parent
commit
a0957d9bba
  1. 5
      spring-boot-project/spring-boot-dependencies/pom.xml

5
spring-boot-project/spring-boot-dependencies/pom.xml

@ -1074,6 +1074,11 @@ @@ -1074,6 +1074,11 @@
<artifactId>micrometer-registry-cloudwatch</artifactId>
<version>${micrometer.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-cloudwatch2</artifactId>
<version>${micrometer.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-datadog</artifactId>

Loading…
Cancel
Save