We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03de9cc commit 40d133dCopy full SHA for 40d133d
1 file changed
client/pom.xml
@@ -105,11 +105,6 @@
105
<artifactId>cloud-plugin-network-netscaler</artifactId>
106
<version>${project.version}</version>
107
</dependency>
108
- <dependency>
109
- <groupId>org.apache.cloudstack</groupId>
110
- <artifactId>cloud-plugin-network-vsp</artifactId>
111
- <version>${project.version}</version>
112
- </dependency>
113
<dependency>
114
<groupId>org.apache.cloudstack</groupId>
115
<artifactId>cloud-plugin-network-ovs</artifactId>
@@ -1033,5 +1028,16 @@
1033
1028
1034
1029
</dependencies>
1035
1030
</profile>
1031
+ <profile>
1032
+ <id>nuagevsp</id>
+ <activation>
+ <property>
+ <name>noredist</name>
1036
+ </property>
1037
+ </activation>
1038
+ <modules>
1039
+ <module>network-elements/nuage-vsp</module>
1040
+ </modules>
1041
+ </profile>
1042
</profiles>
1043
</project>
0 commit comments