From fca5ada4c002e3ae08140273997206572a756790 Mon Sep 17 00:00:00 2001 From: Antonis Lempesis Date: Fri, 2 Apr 2021 16:01:25 +0000 Subject: [PATCH] removed unnecessary dep to spring boot --- pom.xml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 2b58d03..6ac1652 100644 --- a/pom.xml +++ b/pom.xml @@ -208,8 +208,6 @@ - - org.springframework.session spring-session-data-redis @@ -235,15 +233,14 @@ - org.springframework.cloud - spring-cloud-starter-hystrix - 1.1.5.RELEASE - - - - - - + com.netflix.hystrix + hystrix-core + 1.5.18 + + + com.netflix.rxjava + rxjava-core + 0.20.7 @@ -298,8 +295,6 @@ 2.26.0 test - -