I am developing a code from https://www.dineshonjava.com/microservices-with-spring-boot/. When I update the spring-boot-starter-parent from 1.5.4.RELEASE
to 2
Even I got the similar error when I was adding dependency for hystrix
.
Error : Project build error: 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-hystrix:jar is missing
It worked after changing netflix
from: spring-cloud-starter-hystrix
to: spring-cloud-starter-netflix-hystrix