Skip to content

Commit 248cecd

Browse files
committed
CLOUDSTACK-9858: remove midonet plugin dependency on client packaging
This fixes packaging/build regression from #2036 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent d96b3cd commit 248cecd

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

client/pom.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@
148148
<artifactId>cloud-plugin-network-bigswitch</artifactId>
149149
<version>${project.version}</version>
150150
</dependency>
151-
<dependency>
152-
<groupId>org.apache.cloudstack</groupId>
153-
<artifactId>cloud-plugin-network-midonet</artifactId>
154-
<version>${project.version}</version>
155-
</dependency>
156151
<dependency>
157152
<groupId>org.apache.cloudstack</groupId>
158153
<artifactId>cloud-plugin-network-ssp</artifactId>
@@ -1007,6 +1002,21 @@
10071002
</dependency>
10081003
</dependencies>
10091004
</profile>
1005+
<profile>
1006+
<id>midonet</id>
1007+
<activation>
1008+
<property>
1009+
<name>midonet</name>
1010+
</property>
1011+
</activation>
1012+
<dependencies>
1013+
<dependency>
1014+
<groupId>org.apache.cloudstack</groupId>
1015+
<artifactId>cloud-plugin-network-midonet</artifactId>
1016+
<version>${project.version}</version>
1017+
</dependency>
1018+
</dependencies>
1019+
</profile>
10101020
<profile>
10111021
<id>srx</id>
10121022
<activation>

0 commit comments

Comments
 (0)