summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2023-07-21 13:37:05 +0200
committerGitHub <noreply@github.com>2023-07-21 13:37:05 +0200
commit1eb75cd19212ecff9e76fc26f52f87ca9f661e51 (patch)
treeaf8406fb6ccd7d9f15a148659ae82868f675e53d /bootstrap.sh
parent66287bbdcc6290e278fad3f37c044d3d13ef4395 (diff)
Revert "New parent pom"
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index e0dbfd33133..0108999b1c6 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -63,10 +63,6 @@ $top/dist/getversionmap.sh $top > $top/dist/vtag.map
# must install parent poms first:
echo "Downloading all dependencies. This may take a few minutes with an empty Maven cache."
(
- cd dependency-versions
- mvn_install
-)
-(
cd container-dependency-versions
mvn_install
)