Skip to content

Commit 654848f

Browse files
authored
Merge pull request #373 from avaje/SentryMan-patch-1
[http client] Add `jdk.crypto.ec` to http client module
2 parents ca6793d + b234ea4 commit 654848f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http-client/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
uses io.avaje.http.client.HttpClient.GeneratedComponent;
44

55
requires transitive java.net.http;
6+
requires transitive jdk.crypto.ec;
67
requires transitive io.avaje.applog;
78
requires static com.fasterxml.jackson.databind;
89
requires static com.fasterxml.jackson.annotation;

0 commit comments

Comments
 (0)