From 3c1fa708602ec39452399e29c0214449c212463f Mon Sep 17 00:00:00 2001 From: Ved Asole <77259804+GhostCoderz@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:47:52 +0530 Subject: [PATCH] Update microservices-v2-1.md The Netflix Eureka Client dependency will not work until we add the netflix-candidates repository to the the pom.xml file --- .../01-step-by-step-changes/microservices-v2-1.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +```