Skip to content

Commit a5701df

Browse files
committed
#15 - ServiceConfigurationError: io.avaje.jsonb.spi.AdapterFactory: module io.avaje.jsonb does not declare uses
1 parent b6e0cee commit a5701df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonb/src/main/java9/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
exports io.avaje.jsonb;
55
exports io.avaje.jsonb.spi;
66

7-
uses io.avaje.jsonb.spi.IOAdapterFactory;
7+
uses io.avaje.jsonb.spi.AdapterFactory;
88
uses io.avaje.jsonb.spi.Bootstrap;
99
uses io.avaje.jsonb.Jsonb.Component;
1010

0 commit comments

Comments
 (0)