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 e30aa9a commit 0df3a94Copy full SHA for 0df3a94
src/main/java/module-info.java
@@ -41,7 +41,7 @@
41
requires transitive tools.jackson.module.kotlin;
42
43
// 31-Oct-2025, tatu: Broken module def due to shading in 3.0?
44
- // requires transitive tools.jackson.module.mrbean;
+ requires transitive tools.jackson.module.mrbean;
45
46
// 3rd party
47
requires transitive com.google.common;
0 commit comments