aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
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
)