Skip to content

Commit ade5308

Browse files
committed
curator patch
1 parent bf52c49 commit ade5308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend-service/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<gbif-common-ws.version>2.0.3</gbif-common-ws.version>
3333
<mybatis.spring.boot.starter>2.1.3</mybatis.spring.boot.starter>
3434
<zookeeper.version>3.8.1</zookeeper.version>
35+
<curator-framework.version>5.5.0-disable-connectstr-updates</curator-framework.version>
3536
<curator.version>5.5.0</curator.version>
3637
<curator-test.version>4.2.0</curator-test.version>
3738
<lombok.version>1.18.30</lombok.version>
@@ -264,7 +265,7 @@
264265
<dependency>
265266
<groupId>org.apache.curator</groupId>
266267
<artifactId>curator-framework</artifactId>
267-
<version>${curator.version}</version>
268+
<version>${curator-framework.version}</version>
268269
</dependency>
269270
<dependency>
270271
<groupId>org.apache.curator</groupId>

0 commit comments

Comments
 (0)