Skip to content

Commit

Permalink
Corrected zookeeper uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ivakegg committed Apr 26, 2024
1 parent 258244f commit 3196aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/datawave-quickstart/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<url.hadoop>https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/${dist.hadoop}</url.hadoop>
<url.maven>https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/${dist.maven}</url.maven>
<url.wildfly>https://download.jboss.org/wildfly/17.0.1.Final/${dist.wildfly}</url.wildfly>
<url.zookeeper>https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.7.2/${dist.zookeeper}</url.zookeeper>
<url.zookeeper>https://dlcdn.apache.org/zookeeper/zookeeper-3.7.2/${dist.zookeeper}</url.zookeeper>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3196aaf

Please sign in to comment.