I have 3 jar of jackson library
I created m
The accepted answer describes to create Java 9 module info for libraries that do not provide it (they are treated as automatic modules).
Jackson, starting with version 2.10.0, actually provides Java 9 module info.