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 fe733ef commit 112d3b6Copy full SHA for 112d3b6
1 file changed
src/main/java/module-info.java
@@ -11,5 +11,5 @@
11
provides com.guicedee.client.services.config.IGuiceScanModuleInclusions with D3InclusionsModule;
12
provides com.guicedee.client.services.config.IGuiceScanModuleExclusions with com.jwebmp.plugins.d3.implementations.D3ExclusionsModule;
13
14
- opens com.jwebmp.plugins.d3 to com.fasterxml.jackson.databind, com.google.guice, com.jwebmp.core;
+ opens com.jwebmp.plugins.d3 to tools.jackson.databind, com.google.guice, com.jwebmp.core;
15
}
0 commit comments