Skip to content

Commit

Permalink
add require jackson core for javadoc to work
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed May 6, 2022
1 parent f2344a2 commit de0dcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module se.alipsa.simplerest {
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
exports se.alipsa.simplerest;
}

0 comments on commit de0dcda

Please sign in to comment.