Upgrade to Micrometer 1.6.1

Closes gh-24051
This commit is contained in:
Andy Wilkinson 2020-11-11 19:35:29 +00:00
parent d00c48f91c
commit 4a9ca33026
2 changed files with 1 additions and 13 deletions

View File

@ -1108,7 +1108,7 @@ bom {
]
}
}
library("Micrometer", "1.6.0") {
library("Micrometer", "1.6.1") {
group("io.micrometer") {
modules = [
"micrometer-registry-stackdriver" {

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<dependencies>
<system>
<paths>
<path name="com/sun/management"/>
</paths>
</system>
</dependencies>
</deployment>
</jboss-deployment-structure>