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

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


The following commit(s) were added to refs/heads/main by this push:
     new 380385d0451 plugin: fix nsx build failure with mvn 3.9 (#8974)
380385d0451 is described below

commit 380385d045164a91e00511c4a920da225201c8b9
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Fri Apr 26 17:24:24 2024 +0530

    plugin: fix nsx build failure with mvn 3.9 (#8974)
    
    This excludes indirect dependencies of vapi-authentication to allow
    build to work.
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 plugins/network-elements/nsx/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/plugins/network-elements/nsx/pom.xml 
b/plugins/network-elements/nsx/pom.xml
index bed5731feee..9e8d6ee7bce 100644
--- a/plugins/network-elements/nsx/pom.xml
+++ b/plugins/network-elements/nsx/pom.xml
@@ -49,6 +49,12 @@
             <groupId>com.vmware.vapi</groupId>
             <artifactId>vapi-authentication</artifactId>
             <version>2.40.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.vmware.vapi</groupId>

Reply via email to