We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jdk.crypto.ec
1 parent ae80ebe commit 3c0d086Copy full SHA for 3c0d086
http-client/src/main/java/module-info.java
@@ -3,6 +3,7 @@
3
uses io.avaje.http.client.HttpClient.GeneratedComponent;
4
5
requires transitive java.net.http;
6
+ requires transitive jdk.crypto.ec;
7
requires transitive io.avaje.applog;
8
requires static com.fasterxml.jackson.databind;
9
requires static com.fasterxml.jackson.annotation;
0 commit comments