aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot/appc_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/appc_install.sh b/boot/appc_install.sh
index 453f7ebd..59724228 100644
--- a/boot/appc_install.sh
+++ b/boot/appc_install.sh
@@ -16,7 +16,7 @@ fi
# Download dependencies
add-apt-repository -y ppa:openjdk-r/ppa
apt-get update
-apt-get install -y apt-transport-https ca-certificates wget openjdk-7-jdk git ntp ntpdate
+apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk git ntp ntpdate
# Download scripts from Nexus
curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/appc_vm_init.sh -o /opt/appc_vm_init.sh