Skip to content

Commit 6a94666

Browse files
committed
Update module-info to optionally use jackson annotation and core
1 parent 279a2e4 commit 6a94666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
requires transitive java.net.http;
66
requires transitive org.slf4j;
77
requires static com.fasterxml.jackson.databind;
8+
requires static com.fasterxml.jackson.annotation;
9+
requires static com.fasterxml.jackson.core;
810
requires static io.avaje.jsonb;
911

1012
exports io.avaje.http.client;

0 commit comments

Comments
 (0)