diff --git a/search/pom.xml b/search/pom.xml index fd9f3b1e..7f1c1129 100644 --- a/search/pom.xml +++ b/search/pom.xml @@ -17,5 +17,13 @@ search-service-impl - + + + + org.apache.dubbo + dubbo + 2.7.1 + + + diff --git a/search/search-application/pom.xml b/search/search-application/pom.xml index 5fdb0937..332a3179 100644 --- a/search/search-application/pom.xml +++ b/search/search-application/pom.xml @@ -39,13 +39,13 @@ - com.alibaba + org.apache.dubbo dubbo - - com.alibaba.boot - dubbo-spring-boot-starter - + + + + org.apache.curator diff --git a/search/search-service-impl/pom.xml b/search/search-service-impl/pom.xml index d7f1928b..2147e2f5 100644 --- a/search/search-service-impl/pom.xml +++ b/search/search-service-impl/pom.xml @@ -29,7 +29,7 @@ - com.alibaba + org.apache.dubbo dubbo @@ -54,10 +54,10 @@ spring-boot-starter-test test - - com.alibaba.boot - dubbo-spring-boot-starter - + + + + org.apache.curator curator-framework