Skip to content

Commit

Permalink
packaging: move contrail network plugin to noredist
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Apr 17, 2024
1 parent 8a101fb commit 206929f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
14 changes: 5 additions & 9 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
<version>4.18.3.0-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>juniper-contrail</id>
<url>https://juniper.github.io/contrail-maven/snapshots</url>
</repository>
<repository>
<id>juniper-tungsten-api</id>
<url>https://github.com/radu-todirica/tungsten-api/raw/master</url>
Expand Down Expand Up @@ -201,11 +197,6 @@
<artifactId>cloud-plugin-network-nvp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-contrail</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-palo-alto</artifactId>
Expand Down Expand Up @@ -976,6 +967,11 @@
<artifactId>cloud-plugin-api-vmware-sioc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-contrail</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-backup-veeam</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions plugins/network-elements/juniper-contrail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
<version>4.18.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<repositories>
<repository>
<id>juniper-contrail</id>
<url>https://juniper.github.io/contrail-maven/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.cloudstack</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

<module>network-elements/bigswitch</module>
<module>network-elements/dns-notifier</module>
<module>network-elements/juniper-contrail</module>
<module>network-elements/elastic-loadbalancer</module>
<module>network-elements/globodns</module>
<module>network-elements/internal-loadbalancer</module>
Expand Down Expand Up @@ -195,6 +194,7 @@
<module>backup/veeam</module>
<module>hypervisors/vmware</module>
<module>network-elements/cisco-vnmc</module>
<module>network-elements/juniper-contrail</module>
</modules>
</profile>
<profile>
Expand Down

0 comments on commit 206929f

Please sign in to comment.