mrutkows closed pull request #146: Get rid of Maven, since it is useless
URL: https://github.com/apache/incubator-openwhisk-release/pull/146
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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."


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to