We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf52c49 commit ade5308Copy full SHA for ade5308
backend-service/pom.xml
@@ -32,6 +32,7 @@
32
<gbif-common-ws.version>2.0.3</gbif-common-ws.version>
33
<mybatis.spring.boot.starter>2.1.3</mybatis.spring.boot.starter>
34
<zookeeper.version>3.8.1</zookeeper.version>
35
+ <curator-framework.version>5.5.0-disable-connectstr-updates</curator-framework.version>
36
<curator.version>5.5.0</curator.version>
37
<curator-test.version>4.2.0</curator-test.version>
38
<lombok.version>1.18.30</lombok.version>
@@ -264,7 +265,7 @@
264
265
<dependency>
266
<groupId>org.apache.curator</groupId>
267
<artifactId>curator-framework</artifactId>
- <version>${curator.version}</version>
268
+ <version>${curator-framework.version}</version>
269
</dependency>
270
271
0 commit comments