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 9c58a90 commit 5d10b2eCopy full SHA for 5d10b2e
jsonb/src/main/java9/module-info.java
@@ -9,7 +9,7 @@
9
uses io.avaje.jsonb.JsonbComponent;
10
uses io.avaje.jsonb.Jsonb.GeneratedComponent;
11
12
- requires static io.avaje.inject.spi.Plugin;
+ requires static io.avaje.inject;
13
14
- provides io.avaje.inject.spi.Plugin with io.ebeaninternal.server.profile.DMetricFactory;
+ provides io.avaje.inject.spi.Plugin with io.avaje.jsonb.spi.DefaultJsonbProvider;
15
}
0 commit comments