I'm following a tutorial on springboot using IntelliJ IDEA and at some point it says to add this to the pom.xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>
but then the name spring-boot-starter-hateoas
gets red (meaning there is an error there) and when I move the mouse over it it says
Dependency 'org.springframework.boot:spring-boot-starter-hateoas:' not found
What can I do to fix this? Any help would be appreciated!