Skip to content

Commit

Permalink
exports added
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent committed Feb 4, 2021
1 parent 72e861c commit 6d3fb25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microprofile/rest-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
requires jersey.mp.rest.client;
requires java.ws.rs;

exports io.helidon.microprofile.restclient;

provides org.eclipse.microprofile.rest.client.spi.RestClientListener
with io.helidon.microprofile.restclient.MpRestClientListener;
provides org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
Expand Down

0 comments on commit 6d3fb25

Please sign in to comment.