You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/07/24 18:02:58 UTC

[cloudstack] branch master updated: maven: remove depcrecated pip option --allow-external (#3492)

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

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 333409a  maven: remove depcrecated pip option --allow-external (#3492)
333409a is described below

commit 333409a83c9e156594c3ec2ab985fc8f3cba51fc
Author: Sid Kattoju <45...@users.noreply.github.com>
AuthorDate: Wed Jul 24 14:02:46 2019 -0400

    maven: remove depcrecated pip option --allow-external (#3492)
    
    Removing deprecated pip option --allow-external
---
 tools/marvin/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index f21ddd9..71c36c6 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -159,7 +159,6 @@
                                     <executable>pip</executable>
                                     <arguments>
                                         <argument>install</argument>
-                                        <argument>--allow-external</argument>
                                         <argument>--upgrade</argument>
                                         <argument>Marvin-${project.version}.tar.gz</argument>
                                     </arguments>