From f1bdf520c23acb94b5e67a8ff5b7cb35e4d36e69 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 19 Aug 2021 10:07:35 +0300 Subject: [PATCH] redisson dependencies optimization #3616 --- redisson/pom.xml | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/redisson/pom.xml b/redisson/pom.xml index 2b5da0916..f3ba13bcc 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -57,6 +57,10 @@ io.netty netty-transport + + io.netty + netty-resolver + io.netty netty-resolver-dns @@ -76,6 +80,11 @@ reactor-core 3.4.4 + + org.reactivestreams + reactive-streams + 1.0.3 + io.reactivex.rxjava3 rxjava @@ -129,11 +138,6 @@ 8.5.51 test - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - test - org.apache.httpcomponents fluent-hc @@ -146,6 +150,18 @@ [4.1,) test + + org.springframework + spring-core + [4.1,) + provided + + + org.springframework + spring-expression + [4.1,) + provided + org.springframework spring-webflux @@ -162,7 +178,7 @@ org.jboss.marshalling - jboss-marshalling-river + jboss-marshalling 2.0.11.Final @@ -198,10 +214,10 @@ slf4j-api 1.7.30 + - org.yaml - snakeyaml - 1.27 + com.fasterxml.jackson.core + jackson-annotations com.fasterxml.jackson.dataformat