You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by li...@apache.org on 2022/06/14 10:29:00 UTC

[incubator-shenyu] branch master updated: [ISSUE #3556] add curator 4.0.1 dependency in bootstrap for sofa issue (#3557)

This is an automated email from the ASF dual-hosted git repository.

likeguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 8581b303d [ISSUE #3556] add curator 4.0.1 dependency in bootstrap for sofa issue (#3557)
8581b303d is described below

commit 8581b303d16f735b69b6f9e6c0c41297e551a28e
Author: Han Gao <dh...@hotmail.com>
AuthorDate: Tue Jun 14 18:28:56 2022 +0800

    [ISSUE #3556] add curator 4.0.1 dependency in bootstrap for sofa issue (#3557)
    
    * add curator 4.0.1 dependency in bootstrap for sofa issue
    
    * add version for code QL
---
 shenyu-bootstrap/pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/shenyu-bootstrap/pom.xml b/shenyu-bootstrap/pom.xml
index 328ce122f..b1944147c 100644
--- a/shenyu-bootstrap/pom.xml
+++ b/shenyu-bootstrap/pom.xml
@@ -28,6 +28,7 @@
     <properties>
         <nacos-discovery.version>2021.0.1.0</nacos-discovery.version>
         <eureka-client.version>3.1.2</eureka-client.version>
+        <curator.version>4.0.1</curator.version>
     </properties>
 
     <dependencies>
@@ -461,6 +462,24 @@
         </dependency>
         <!--shenyu logging-rocketmq plugin end-->
 
+        <!-- curator start -->
+        <dependency>
+            <groupId>org.apache.curator</groupId>
+            <artifactId>curator-client</artifactId>
+            <version>${curator.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.curator</groupId>
+            <artifactId>curator-framework</artifactId>
+            <version>${curator.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.curator</groupId>
+            <artifactId>curator-recipes</artifactId>
+            <version>${curator.version}</version>
+        </dependency>
+        <!-- curator end -->
+
     </dependencies>
     <profiles>
         <profile>