Skip to content

Commit

Permalink
Updated to avoid the obsolete apache archive locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ivakegg committed Apr 26, 2024
1 parent 3011367 commit 09f6bed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions contrib/datawave-quickstart/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<name>${project.artifactId}</name>
<properties>
<!-- These distributions and URLs should match what is listed in each service's bootstrap.sh script -->
<dist.accumulo>accumulo-2.1.1-bin.tar.gz</dist.accumulo>
<dist.hadoop>hadoop-3.3.4.tar.gz</dist.hadoop>
<dist.maven>apache-maven-3.8.6-bin.tar.gz</dist.maven>
<dist.accumulo>accumulo-2.1.2-bin.tar.gz</dist.accumulo>
<dist.hadoop>hadoop-3.3.6.tar.gz</dist.hadoop>
<dist.maven>apache-maven-3.8.8-bin.tar.gz</dist.maven>
<dist.wildfly>wildfly-17.0.1.Final.tar.gz</dist.wildfly>
<dist.zookeeper>apache-zookeeper-3.7.1-bin.tar.gz</dist.zookeeper>
<dist.zookeeper>apache-zookeeper-3.7.2-bin.tar.gz</dist.zookeeper>
<skipIngest>false</skipIngest>
<url.accumulo>http://archive.apache.org/dist/accumulo/2.1.1/${dist.accumulo}</url.accumulo>
<url.hadoop>http://archive.apache.org/dist/hadoop/common/hadoop-3.3.4/${dist.hadoop}</url.hadoop>
<url.maven>https://archive.apache.org/dist/maven/maven-3/3.8.6/binaries/${dist.maven}</url.maven>
<url.accumulo>https://dlcdn.apache.org/accumulo/2.1.2/${dist.accumulo}</url.accumulo>
<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://archive.apache.org/dist/zookeeper/zookeeper-3.7.1/${dist.zookeeper}</url.zookeeper>
<url.zookeeper>https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.7.2/${dist.zookeeper}</url.zookeeper>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 09f6bed

Please sign in to comment.