Skip to content

Commit

Permalink
Add missing module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Nov 19, 2024
1 parent 72bfc8b commit a022ca0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module io.github.zorin95670 {
exports io.github.zorin95670.exception;
exports io.github.zorin95670.predicate;
exports io.github.zorin95670.query;
exports io.github.zorin95670.specification;

requires transitive jakarta.persistence;
requires spring.data.commons;
requires spring.data.jpa;
}

0 comments on commit a022ca0

Please sign in to comment.