From 33fc154d645fdc8c392a7d9e350c52fe1b17bf41 Mon Sep 17 00:00:00 2001 From: cdfive <31885791+cdfive@users.noreply.github.com> Date: Wed, 6 Mar 2019 19:59:34 +0800 Subject: [PATCH] Fix Dubbo-related dependencies in sentinel-dubbo-demo (#534) * Add spring-context-support 1.0.2 and netty-all 4.1.31.Final dependency, and remove spring-context 5.0.7.RELEASE dependency * Add comment for dependency --- sentinel-demo/sentinel-demo-dubbo/pom.xml | 26 ++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/sentinel-demo/sentinel-demo-dubbo/pom.xml b/sentinel-demo/sentinel-demo-dubbo/pom.xml index 3cb299c3..0d8b5460 100644 --- a/sentinel-demo/sentinel-demo-dubbo/pom.xml +++ b/sentinel-demo/sentinel-demo-dubbo/pom.xml @@ -12,16 +12,32 @@ sentinel-demo-dubbo - - org.springframework - spring-context - 5.0.7.RELEASE - + com.alibaba dubbo 2.6.5 + + + + + + io.netty + netty-all + 4.1.31.Final + + + + + + + com.alibaba.spring + spring-context-support + 1.0.2 + + + com.alibaba.csp sentinel-dubbo-adapter