Skip to content

Commit

Permalink
Add helpers.{spies,test} and subscription packages in the module-info…
Browse files Browse the repository at this point in the history
….java

Fix #411
  • Loading branch information
cescoffier committed Jan 2, 2021
1 parent a1597e7 commit bc65343
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 bc65343

Please sign in to comment.