File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 106
106
<!-- ZK -->
107
107
<spring-cloud-zookeeper .version>2.2.5.RELEASE</spring-cloud-zookeeper .version>
108
108
<zookeeper .version>3.8.1</zookeeper .version>
109
+ <curator .version>5.5.0</curator .version>
110
+ <curator-framework .version>5.5.0-disable-connectstr-updates</curator-framework .version>
109
111
110
112
<!-- Hadoop -->
111
113
<hadoop .version>2.6.0-cdh5.16.2</hadoop .version>
364
366
<artifactId >spring-cloud-starter-zookeeper-config</artifactId >
365
367
<version >${spring-cloud-zookeeper.version} </version >
366
368
</dependency >
369
+ <dependency >
370
+ <groupId >org.apache.curator</groupId >
371
+ <artifactId >curator-client</artifactId >
372
+ <version >${curator.version} </version >
373
+ <exclusions >
374
+ <exclusion >
375
+ <groupId >org.apache.zookeeper</groupId >
376
+ <artifactId >zookeeper</artifactId >
377
+ </exclusion >
378
+ </exclusions >
379
+ </dependency >
380
+ <dependency >
381
+ <groupId >org.apache.curator</groupId >
382
+ <artifactId >curator-framework</artifactId >
383
+ <version >${curator-framework.version} </version >
384
+ </dependency >
385
+ <dependency >
386
+ <groupId >org.apache.curator</groupId >
387
+ <artifactId >curator-x-discovery</artifactId >
388
+ <version >${curator.version} </version >
389
+ </dependency >
390
+ <dependency >
391
+ <groupId >org.apache.curator</groupId >
392
+ <artifactId >curator-recipes</artifactId >
393
+ <version >${curator.version} </version >
394
+ <exclusions >
395
+ <exclusion >
396
+ <groupId >org.apache.zookeeper</groupId >
397
+ <artifactId >zookeeper</artifactId >
398
+ </exclusion >
399
+ </exclusions >
400
+ </dependency >
367
401
368
402
<!-- Hadoop -->
369
403
<dependency >
You can’t perform that action at this time.
0 commit comments