Reputation: 1219
I am trying to add jpa dependency in my spring boot pom.xml file
I am getting red underline under dependency. When I hover over it shows
Missing artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.M5
What to do?
Upvotes: 0
Views: 1220
Reputation: 3978
Did you try maven update, it shall download the missing artifact.
Upvotes: 1