From 455beceeac70836e49b41f85e9399037e0255751 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 31 Jul 2017 18:40:39 -0500 Subject: Update AAI setup This change includes instructions to setup a development environment for a AAI project provided in the wiki entry: * https://wiki.onap.org/pages/viewpage.action?pageId=10782088 Change-Id: I1e60d6cc1d2fd12c56990aded6f385f11dca5b9c Signed-off-by: Victor Morales --- bootstrap/vagrant-onap/lib/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/vagrant-onap/lib/functions') diff --git a/bootstrap/vagrant-onap/lib/functions b/bootstrap/vagrant-onap/lib/functions index a2bb98e29..7e6ff2e98 100755 --- a/bootstrap/vagrant-onap/lib/functions +++ b/bootstrap/vagrant-onap/lib/functions @@ -62,8 +62,6 @@ function clone_repo { function install_dev_tools { install_package apt-transport-https install_package ca-certificates - # ca-certificates-java is not a dependency in the Oracle JDK/JRE so this must be explicitly installed. - /var/lib/dpkg/info/ca-certificates-java.postinst configure install_package curl } @@ -78,6 +76,8 @@ function install_java { install_package software-properties-common add-apt-repository -y ppa:openjdk-r/ppa install_package openjdk-8-jdk + # ca-certificates-java is not a dependency in the Oracle JDK/JRE so this must be explicitly installed. + /var/lib/dpkg/info/ca-certificates-java.postinst configure } # install_maven() - Install maven binaries -- cgit 1.2.3-korg