Shad
Shad

Reputation: 1219

Missing artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.M5

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

Answers (1)

Anil Bhaskar
Anil Bhaskar

Reputation: 3978

Did you try maven update, it shall download the missing artifact.

Upvotes: 1

Related Questions