You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/05/10 17:59:18 UTC

[incubator-openwhisk-release] branch master updated: Get rid of Maven, since it is useless (#146)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 27f9d98  Get rid of Maven, since it is useless (#146)
27f9d98 is described below

commit 27f9d98d2a6823ddc0b9a0ca0298d7f447c55b91
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Thu May 10 13:59:16 2018 -0400

    Get rid of Maven, since it is useless (#146)
---
 tools/install_dependencies.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/install_dependencies.sh b/tools/install_dependencies.sh
index 65a5775..74489b3 100755
--- a/tools/install_dependencies.sh
+++ b/tools/install_dependencies.sh
@@ -23,7 +23,6 @@ if [ $sysOS == "Darwin" ];then
 	echo "This is MacOS."
 	brew install jq
 	brew install gpg
-	brew install maven
 elif [ $sysOS == "Linux" ];then
 	echo "This is Linux."
     if [ -f /etc/lsb-release -o -d /etc/lsb-release.d ]; then
@@ -33,7 +32,7 @@ elif [ $sysOS == "Linux" ];then
     fi
     if [ $DISTRO == "Ubuntu" ];then
         echo "This is Ubuntu."
-        sudo apt-get install jq gnupg expect maven
+        sudo apt-get install jq gnupg expect
     fi
 else
 	echo "Other OS: $sysOS. Please manually install jq library."

-- 
To stop receiving notification emails like this one, please contact
mrutkowski@apache.org.