Work around Micrometer JvmGcMetrics introspection failure
Closes gh-23998
This commit is contained in:
parent
4a47ed97b8
commit
43b0e2f25c
|
|
@ -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>
|
||||
Loading…
Reference in New Issue