Skip to content

Commit a0957d9

Browse files
committed
Merge pull request #18367 from dreis2211
* pr/18367: Add micrometer cloudwatch2 managed dependency Closes gh-18367
2 parents 8f9fd97 + 4f7f8ff commit a0957d9

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,11 @@
10741074
<artifactId>micrometer-registry-cloudwatch</artifactId>
10751075
<version>${micrometer.version}</version>
10761076
</dependency>
1077+
<dependency>
1078+
<groupId>io.micrometer</groupId>
1079+
<artifactId>micrometer-registry-cloudwatch2</artifactId>
1080+
<version>${micrometer.version}</version>
1081+
</dependency>
10771082
<dependency>
10781083
<groupId>io.micrometer</groupId>
10791084
<artifactId>micrometer-registry-datadog</artifactId>

0 commit comments

Comments
 (0)