Browse Source

Add micrometer cloudwatch2 managed dependency

See gh-18367
pull/18371/head
dreis2211 6 years ago committed by Phillip Webb
parent
commit
4f7f8ff0c7
  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