Skip to content

Commit

Permalink
add crypto package for linked modules (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-eg authored Jun 27, 2024
1 parent 614ab86 commit 6975e11
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
Expand Up @@ -6,6 +6,7 @@
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires java.net.http;
requires jdk.crypto.cryptoki;

opens info.movito.themoviedbapi.model.account to com.fasterxml.jackson.databind;
opens info.movito.themoviedbapi.model.authentication to com.fasterxml.jackson.databind;
Expand Down

0 comments on commit 6975e11

Please sign in to comment.