Skip to content

Commit 5d10b2e

Browse files
committed
Fix the module-info io.avaje.inject.spi.Plugin
1 parent 9c58a90 commit 5d10b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
uses io.avaje.jsonb.JsonbComponent;
1010
uses io.avaje.jsonb.Jsonb.GeneratedComponent;
1111

12-
requires static io.avaje.inject.spi.Plugin;
12+
requires static io.avaje.inject;
1313

14-
provides io.avaje.inject.spi.Plugin with io.ebeaninternal.server.profile.DMetricFactory;
14+
provides io.avaje.inject.spi.Plugin with io.avaje.jsonb.spi.DefaultJsonbProvider;
1515
}

0 commit comments

Comments
 (0)