Skip to content

Commit

Permalink
Add requirement for java.net.http and jdk.crypto.ec to make request t…
Browse files Browse the repository at this point in the history
…o GitHub API
  • Loading branch information
introfog committed Nov 2, 2024
1 parent 3f2604d commit 18cb09c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
requires java.desktop;
requires java.prefs;
requires java.naming;
requires java.net.http;
requires jdk.crypto.ec;
requires org.slf4j;
requires ch.qos.logback.classic;
requires ch.qos.logback.core;
Expand Down

0 comments on commit 18cb09c

Please sign in to comment.