Skip to content

Commit

Permalink
Add com.zaxxer.hikari.metrics.dropwizard, `com.zaxxer.hikari.metric…
Browse files Browse the repository at this point in the history
…s.micrometer` and `com.zaxxer.hikari.metrics.prometheus` to the OSGi exported packages. (#1989)
  • Loading branch information
driessamyn committed Oct 13, 2022
1 parent a417081 commit 3a90fb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,10 @@
<Export-Package>
com.zaxxer.hikari,
com.zaxxer.hikari.hibernate,
com.zaxxer.hikari.metrics
com.zaxxer.hikari.metrics,
com.zaxxer.hikari.metrics.dropwizard,
com.zaxxer.hikari.metrics.micrometer,
com.zaxxer.hikari.metrics.prometheus
</Export-Package>
<Private-Package>com.zaxxer.hikari.*</Private-Package>
<Include-Resource>{maven-resources}</Include-Resource>
Expand Down

0 comments on commit 3a90fb9

Please sign in to comment.