We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93a86c commit 380385dCopy full SHA for 380385d
1 file changed
plugins/network-elements/nsx/pom.xml
@@ -49,6 +49,12 @@
49
<groupId>com.vmware.vapi</groupId>
50
<artifactId>vapi-authentication</artifactId>
51
<version>2.40.0</version>
52
+ <exclusions>
53
+ <exclusion>
54
+ <groupId>*</groupId>
55
+ <artifactId>*</artifactId>
56
+ </exclusion>
57
+ </exclusions>
58
</dependency>
59
<dependency>
60
0 commit comments