From d3f2070e597dae92fde237c7bb41fb48fc0b2c41 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Fri, 11 Nov 2022 09:36:46 +0200 Subject: [PATCH] fix hystrix module name --- .../spring-cloud-hystrix-feign-rest-consumer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-modules/spring-cloud-hystrix/spring-cloud-hystrix-feign-rest-consumer/pom.xml b/spring-cloud-modules/spring-cloud-hystrix/spring-cloud-hystrix-feign-rest-consumer/pom.xml index ec9bffea98..04547827aa 100644 --- a/spring-cloud-modules/spring-cloud-hystrix/spring-cloud-hystrix-feign-rest-consumer/pom.xml +++ b/spring-cloud-modules/spring-cloud-hystrix/spring-cloud-hystrix-feign-rest-consumer/pom.xml @@ -36,7 +36,7 @@ com.baeldung.spring.cloud - rest-producer + spring-cloud-hystrix-rest-producer ${rest-producer.version}