I added org.joda.time dependency through maven, and I can reference for example Seconds class from org.joda.time package but I can't DateTime or others. What can cause this behavior? I can browse joda-time-2.9.9.jar in Maven Dependencies and all classes are there.
As you see Seconds class is imported as expected but DateTimeField is not recognized.