This may sound silly, but here I go (there are no silly questions at all, right?): I work on the JAVA Maven module with IntelliJ IDEA, and the code completion function works fine, offering classes from both my module and the JDK.
However, the code completion function does not seem to know the classes coming from the Maven dependencies on which my module depends.
For example, my module depends on Maven dependencies such as joda-time. The code completion popup does not offer classes such as LocalDate.
Here is my code completion configuration:

What am I missing? Thanks in advance.
source share