Skip to content

Commit

Permalink
Merge pull request #1116 from gbif/feature/disable-zk-connect-updates
Browse files Browse the repository at this point in the history
Applies the patched curator jar to pipelines-validator-ws
  • Loading branch information
fmendezh authored Feb 6, 2025
2 parents 585d39b + dab39a9 commit 681bd38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gbif/validator/pipelines-validator-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<start-class>org.gbif.validator.ws.ValidatorWsApplication</start-class>
<zookeeper.version>3.8.1</zookeeper.version>
<curator.version>5.5.0</curator.version>
<curator-framework.version>5.5.0-disable-connectstr-updates</curator-framework.version>
</properties>

<build>
Expand Down Expand Up @@ -291,7 +292,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>${curator.version}</version>
<version>${curator-framework.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 681bd38

Please sign in to comment.