Skip to content

Commit

Permalink
add info on modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jun 20, 2021
1 parent f7c490b commit b79bf7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
requires com.fasterxml.jackson.datatype.jsr310;

// custom module name for the apollo shadow jar under libs
requires com.customapollo.thirdparty.apollo;
// jetbrains annotations, required for apollo
requires annotations;

}

0 comments on commit b79bf7e

Please sign in to comment.