(note: fix for FasterXML/jackson-databind#3380 and FasterXML/jackson#96)
It seems that there are downsides to 2.13.0 (and 2.13.1) change to move module-info.java
to under JDK 11 - specific location.
While no one should be using JDK 9 per se, tooling infers certain things from location, so it seems better to imply JDK 9 minimum instead.
This definition defaults via jackson-base
so change would go in this repo.