Skip to content

Commit 380385d

Browse files
authored
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.yadav@shapeblue.com>
1 parent b93a86c commit 380385d

File tree

1 file changed

+6
-0
lines changed
  • plugins/network-elements/nsx

1 file changed

+6
-0
lines changed

plugins/network-elements/nsx/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<groupId>com.vmware.vapi</groupId>
5050
<artifactId>vapi-authentication</artifactId>
5151
<version>2.40.0</version>
52+
<exclusions>
53+
<exclusion>
54+
<groupId>*</groupId>
55+
<artifactId>*</artifactId>
56+
</exclusion>
57+
</exclusions>
5258
</dependency>
5359
<dependency>
5460
<groupId>com.vmware.vapi</groupId>

0 commit comments

Comments
 (0)