diff --git a/PhotoAppApiUsers/pom.xml b/PhotoAppApiUsers/pom.xml index 614c729..b87da25 100644 --- a/PhotoAppApiUsers/pom.xml +++ b/PhotoAppApiUsers/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.4.RELEASE + 2.1.3.RELEASE com.appsdeveloperblog.photoapp.api.users @@ -28,6 +28,7 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-client + 2.1.0.RELEASE diff --git a/PhotoAppApiZuulAPIGateway/pom.xml b/PhotoAppApiZuulAPIGateway/pom.xml index b1fa7b4..a4384be 100644 --- a/PhotoAppApiZuulAPIGateway/pom.xml +++ b/PhotoAppApiZuulAPIGateway/pom.xml @@ -28,10 +28,12 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-client + 2.1.0.RELEASE org.springframework.cloud spring-cloud-starter-netflix-zuul + 2.1.0.RELEASE diff --git a/PhotoAppDiscoveryService/pom.xml b/PhotoAppDiscoveryService/pom.xml index 967eafc..912ccb9 100644 --- a/PhotoAppDiscoveryService/pom.xml +++ b/PhotoAppDiscoveryService/pom.xml @@ -25,10 +25,12 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-client + 2.1.0.RELEASE org.springframework.cloud spring-cloud-starter-netflix-eureka-server + 2.1.0.RELEASE