Skip to content

Commit

Permalink
[WFLY-18955] micrometer Galleon layer should contain rules to be disc…
Browse files Browse the repository at this point in the history
…overed

Add rules to layer-spec.xml
  • Loading branch information
jasondlee committed Feb 22, 2024
1 parent 0d706c8 commit bbe80ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<prop name="org.wildfly.rule.add-on-depends-on" value="only:cdi"/>
<prop name="org.wildfly.rule.add-on" value="observability,micrometer"/>
<prop name="org.wildfly.rule.add-on-description" value="Support for Micrometer."/>
<prop name="org.wildfly.rule.annotations" value="io.micrometer.core.annotation"/>
<prop name="org.wildfly.rule.class" value="io.micrometer.core.*"/>
</props>
<dependencies>
<layer name="cdi"/>
Expand Down

0 comments on commit bbe80ac

Please sign in to comment.