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 9e91750 commit 918064dCopy full SHA for 918064d
pom.xml
@@ -41,7 +41,9 @@
41
<!-- 27-Feb-2025, tatu: [databind#4995] define common argline to avoid
42
issues with Eclipse/Idea/surefire-plugin
43
-->
44
- <argLine>--add-opens=java.base/java.util=tools.jackson.databind</argLine>
+ <argLine>--add-opens=java.base/java.lang=tools.jackson.databind
45
+ --add-opens=java.base/java.util=tools.jackson.databind
46
+ </argLine>
47
48
<!-- 12-Nov-2022, tatu: [databind#3659] Verify Android SDK compatibility.
49
0 commit comments