Work around Micrometer JvmGcMetrics introspection failure

Closes gh-23998
This commit is contained in:
Andy Wilkinson 2020-11-02 19:52:30 +00:00
parent 4a47ed97b8
commit 43b0e2f25c

View File

@ -0,0 +1,12 @@
<?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>