aboutsummaryrefslogtreecommitdiffstats
path: root/boot/appc_install.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-04-14 10:52:32 -0700
committerMarco Platania <platania@research.att.com>2017-04-14 10:52:32 -0700
commit38a235e58cc6466e0b61d03b918c81c77ed57c79 (patch)
tree6dba81b38c6e4f8c11b6f936333cbce90396ef2e /boot/appc_install.sh
parentbfebee18e7513fd3d42783fabbdff78b3a34c3c1 (diff)
fix dependency list in MSO, Portal and APPC
Change-Id: Ib50ca5531d7e7d1896746e3177705493b393da0e Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/appc_install.sh')
-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 231602c9..4ee9ba99 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-8-jdk git ntp ntpdate
+apt-get install -y apt-transport-https ca-certificates wget openjdk-7-jdk git ntp ntpdate
# Download scripts from Nexus
curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/docker_key.txt -o /opt/config/docker_key.txt