Skip to content

Commit

Permalink
Update 8772: fix client/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Mar 11, 2024
1 parent 9020b6a commit aab95be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,6 @@
<artifactId>cloud-plugin-network-tungsten</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-nsx</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-elb</artifactId>
Expand Down Expand Up @@ -1102,6 +1097,11 @@
<artifactId>cloud-plugin-network-cisco-vnmc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-nsx</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-api-vmware-sioc</artifactId>
Expand Down

0 comments on commit aab95be

Please sign in to comment.