Reputation: 864
My Eclipse IDE suddenly showed in Problem view saying "xxxx project is missing required annotation processing library: xxxx (some old jar in M2_REPO). I googled and did not find any answers why my project is using the old jar and where the error comes from.
Upvotes: 5
Views: 3229
Reputation: 864
To remove the error, right click project -> properties -> Java Compiler ->Annotation Processing-> Factory Path, uncheck Enable project specific settings.
Upvotes: 11