Skip to content

Commit

Permalink
Open microprofile/metrics to io.helidon.microprofile.cdi also
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Aug 12, 2020
1 parent 41f4604 commit e5620d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microprofile/metrics/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
exports io.helidon.microprofile.metrics;

// this is needed for CDI extensions that use non-public observer methods
opens io.helidon.microprofile.metrics to weld.core.impl;
opens io.helidon.microprofile.metrics to weld.core.impl, io.helidon.microprofile.cdi;

provides javax.enterprise.inject.spi.Extension with io.helidon.microprofile.metrics.MetricsCdiExtension;
}

0 comments on commit e5620d8

Please sign in to comment.