Skip to content

Commit 5f6acca

Browse files
packaging: move contrail network plugin to noredist (#8932)
1 parent 65f5712 commit 5f6acca

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

client/pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
<version>4.18.3.0-SNAPSHOT</version>
2929
</parent>
3030
<repositories>
31-
<repository>
32-
<id>juniper-contrail</id>
33-
<url>https://juniper.github.io/contrail-maven/snapshots</url>
34-
</repository>
3531
<repository>
3632
<id>juniper-tungsten-api</id>
3733
<url>https://github.com/radu-todirica/tungsten-api/raw/master</url>
@@ -201,11 +197,6 @@
201197
<artifactId>cloud-plugin-network-nvp</artifactId>
202198
<version>${project.version}</version>
203199
</dependency>
204-
<dependency>
205-
<groupId>org.apache.cloudstack</groupId>
206-
<artifactId>cloud-plugin-network-contrail</artifactId>
207-
<version>${project.version}</version>
208-
</dependency>
209200
<dependency>
210201
<groupId>org.apache.cloudstack</groupId>
211202
<artifactId>cloud-plugin-network-palo-alto</artifactId>
@@ -976,6 +967,11 @@
976967
<artifactId>cloud-plugin-api-vmware-sioc</artifactId>
977968
<version>${project.version}</version>
978969
</dependency>
970+
<dependency>
971+
<groupId>org.apache.cloudstack</groupId>
972+
<artifactId>cloud-plugin-network-contrail</artifactId>
973+
<version>${project.version}</version>
974+
</dependency>
979975
<dependency>
980976
<groupId>org.apache.cloudstack</groupId>
981977
<artifactId>cloud-plugin-backup-veeam</artifactId>

plugins/network-elements/juniper-contrail/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
<version>4.18.3.0-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
30-
<repositories>
31-
<repository>
32-
<id>juniper-contrail</id>
33-
<url>https://juniper.github.io/contrail-maven/snapshots</url>
34-
</repository>
35-
</repositories>
3630
<dependencies>
3731
<dependency>
3832
<groupId>org.apache.cloudstack</groupId>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797

9898
<module>network-elements/bigswitch</module>
9999
<module>network-elements/dns-notifier</module>
100-
<module>network-elements/juniper-contrail</module>
101100
<module>network-elements/elastic-loadbalancer</module>
102101
<module>network-elements/globodns</module>
103102
<module>network-elements/internal-loadbalancer</module>
@@ -195,6 +194,7 @@
195194
<module>backup/veeam</module>
196195
<module>hypervisors/vmware</module>
197196
<module>network-elements/cisco-vnmc</module>
197+
<module>network-elements/juniper-contrail</module>
198198
</modules>
199199
</profile>
200200
<profile>

0 commit comments

Comments
 (0)