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.
1 parent 279a2e4 commit 6a94666Copy full SHA for 6a94666
client/src/main/java/module-info.java
@@ -5,6 +5,8 @@
5
requires transitive java.net.http;
6
requires transitive org.slf4j;
7
requires static com.fasterxml.jackson.databind;
8
+ requires static com.fasterxml.jackson.annotation;
9
+ requires static com.fasterxml.jackson.core;
10
requires static io.avaje.jsonb;
11
12
exports io.avaje.http.client;
0 commit comments