Skip to content

Commit 0514cae

Browse files
committed
Merge release branch 4.18 to 4.19
* 4.18: packaging: move contrail network plugin to noredist (#8932)
2 parents 4ffeec6 + 5f6acca commit 0514cae

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.19.1.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>
@@ -271,11 +267,6 @@
271267
<artifactId>cloud-plugin-network-nvp</artifactId>
272268
<version>${project.version}</version>
273269
</dependency>
274-
<dependency>
275-
<groupId>org.apache.cloudstack</groupId>
276-
<artifactId>cloud-plugin-network-contrail</artifactId>
277-
<version>${project.version}</version>
278-
</dependency>
279270
<dependency>
280271
<groupId>org.apache.cloudstack</groupId>
281272
<artifactId>cloud-plugin-network-palo-alto</artifactId>
@@ -1102,6 +1093,11 @@
11021093
<artifactId>cloud-plugin-api-vmware-sioc</artifactId>
11031094
<version>${project.version}</version>
11041095
</dependency>
1096+
<dependency>
1097+
<groupId>org.apache.cloudstack</groupId>
1098+
<artifactId>cloud-plugin-network-contrail</artifactId>
1099+
<version>${project.version}</version>
1100+
</dependency>
11051101
<dependency>
11061102
<groupId>org.apache.cloudstack</groupId>
11071103
<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.19.1.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
@@ -100,7 +100,6 @@
100100

101101
<module>network-elements/bigswitch</module>
102102
<module>network-elements/dns-notifier</module>
103-
<module>network-elements/juniper-contrail</module>
104103
<module>network-elements/elastic-loadbalancer</module>
105104
<module>network-elements/globodns</module>
106105
<module>network-elements/internal-loadbalancer</module>
@@ -230,6 +229,7 @@
230229
<module>backup/veeam</module>
231230
<module>hypervisors/vmware</module>
232231
<module>network-elements/cisco-vnmc</module>
232+
<module>network-elements/juniper-contrail</module>
233233
</modules>
234234
</profile>
235235
<profile>

0 commit comments

Comments
 (0)