diff --git a/03.microservices/01-step-by-step-changes/microservices-v2-1.md b/03.microservices/01-step-by-step-changes/microservices-v2-1.md index 9d27c46..31bab85 100644 --- a/03.microservices/01-step-by-step-changes/microservices-v2-1.md +++ b/03.microservices/01-step-by-step-changes/microservices-v2-1.md @@ -1330,6 +1330,19 @@ New Lines ``` +### Make sure to add the below repository to your pom.xml file for the Netflix Eureka Client dependency to work Modified + +```xml + + netflix-candidates + Netflix Candidates + https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates + + false + + +``` + #### /currency-exchange-service/src/main/resources/application.properties Modified New Lines ```properties @@ -1798,4 +1811,4 @@ spring.sleuth.sampler.probability=1.0 spring-rabbit -``` \ No newline at end of file +```