Skip to content

Commit

Permalink
fieldgenerator-standard: Improve module-info, work on #19
Browse files Browse the repository at this point in the history
  • Loading branch information
minborg committed Aug 28, 2020
1 parent 044d2bd commit 3e6e466
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
* See: https://github.com/speedment/jpa-streamer/blob/master/LICENSE
*/
module jpastreamer.fieldgenerator.standard {
requires transitive java.compiler;
requires transitive com.google.auto.service;

requires com.speedment.common.codegen;
requires java.persistence;
requires jpastreamer.field;

exports com.speedment.jpastreamer.fieldgenerator;
exports com.speedment.jpastreamer.fieldgenerator.exception;
}

0 comments on commit 3e6e466

Please sign in to comment.