Annotations not resolving

Hi,
I just created vaadin 14 project with Plain Java servlet stack. But @Route() and @PWA() annotations are not getting resolved. In the POM.xml I could see <vaadin.version>14.0.4</vaadin.version>. Please let me know how to resolve this or any other info is required.

Thanks.
17836866.png
17836869.xml (10.7 KB)

Have you tried adding vaadin-core to your dependencies?

Kaspar Scherrer:
Have you tried adding vaadin-core to your dependencies?

I added vaadin-core to dependency. Still its the same issue. I attach pom.xml for your reference.
17837183.xml (10.7 KB)