From af6ff11b813bcb94fbe8dc4d6d5a050adae305b0 Mon Sep 17 00:00:00 2001 From: MYO Date: Thu, 22 Jul 2021 22:53:32 +0800 Subject: [PATCH 1/2] fix compatibility issue --- PhotoAppDiscoveryService/pom.xml | 2 ++ 1 file changed, 2 insertions(+) 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 From 428cbdee08aba044aec4dea57a1c9440171db2a0 Mon Sep 17 00:00:00 2001 From: MYO Date: Thu, 22 Jul 2021 23:11:27 +0800 Subject: [PATCH 2/2] fix compatibility issue --- PhotoAppApiUsers/pom.xml | 3 ++- PhotoAppApiZuulAPIGateway/pom.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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