Skip to content

Commit 40d133d

Browse files
committed
NuageVSP is a noredist component
1 parent 03de9cc commit 40d133d

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

client/pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
<artifactId>cloud-plugin-network-netscaler</artifactId>
106106
<version>${project.version}</version>
107107
</dependency>
108-
<dependency>
109-
<groupId>org.apache.cloudstack</groupId>
110-
<artifactId>cloud-plugin-network-vsp</artifactId>
111-
<version>${project.version}</version>
112-
</dependency>
113108
<dependency>
114109
<groupId>org.apache.cloudstack</groupId>
115110
<artifactId>cloud-plugin-network-ovs</artifactId>
@@ -1033,5 +1028,16 @@
10331028
</dependency>
10341029
</dependencies>
10351030
</profile>
1031+
<profile>
1032+
<id>nuagevsp</id>
1033+
<activation>
1034+
<property>
1035+
<name>noredist</name>
1036+
</property>
1037+
</activation>
1038+
<modules>
1039+
<module>network-elements/nuage-vsp</module>
1040+
</modules>
1041+
</profile>
10361042
</profiles>
10371043
</project>

0 commit comments

Comments
 (0)