Skip to content

Commit

Permalink
Merge pull request #414 from smallrye/extend-module-info
Browse files Browse the repository at this point in the history
Add helpers.{spies,test} and subscription packages in the module-info.java
  • Loading branch information
jponge authored Jan 4, 2021
2 parents 0ab0835 + bc65343 commit 2e6d749
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions implementation/src/main/module/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
requires org.reactivestreams;

exports io.smallrye.mutiny;

exports io.smallrye.mutiny.converters;
exports io.smallrye.mutiny.converters.multi;
exports io.smallrye.mutiny.converters.uni;

exports io.smallrye.mutiny.groups;

exports io.smallrye.mutiny.helpers;
exports io.smallrye.mutiny.helpers.queues;
exports io.smallrye.mutiny.helpers.spies;
exports io.smallrye.mutiny.helpers.test;

exports io.smallrye.mutiny.infrastructure;

exports io.smallrye.mutiny.operators;
Expand All @@ -18,6 +24,7 @@
exports io.smallrye.mutiny.operators.multi.processors;
exports io.smallrye.mutiny.operators.uni.builders;

exports io.smallrye.mutiny.subscription;
exports io.smallrye.mutiny.tuples;
exports io.smallrye.mutiny.unchecked;

Expand Down

0 comments on commit 2e6d749

Please sign in to comment.