Skip to content

Commit 2e92088

Browse files
committed
Exclude Apache CXF dependency from kvm plugin
1 parent 549daae commit 2e92088

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

plugins/hypervisors/kvm/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<groupId>org.apache.cloudstack</groupId>
4242
<artifactId>cloud-agent</artifactId>
4343
<version>${project.version}</version>
44+
<exclusions>
45+
<exclusion>
46+
<groupId>org.apache.cxf</groupId>
47+
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
48+
</exclusion>
49+
</exclusions>
4450
</dependency>
4551
<dependency>
4652
<groupId>org.libvirt</groupId>
@@ -51,11 +57,35 @@
5157
<groupId>org.apache.cloudstack</groupId>
5258
<artifactId>cloud-plugin-network-ovs</artifactId>
5359
<version>${project.version}</version>
60+
<exclusions>
61+
<exclusion>
62+
<groupId>org.apache.cxf</groupId>
63+
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
64+
</exclusion>
65+
</exclusions>
5466
</dependency>
5567
<dependency>
5668
<groupId>org.apache.cloudstack</groupId>
5769
<artifactId>cloud-engine-storage-configdrive</artifactId>
5870
<version>${project.version}</version>
71+
<exclusions>
72+
<exclusion>
73+
<groupId>org.apache.cxf</groupId>
74+
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
75+
</exclusion>
76+
</exclusions>
77+
</dependency>
78+
<dependency>
79+
<groupId>org.apache.cloudstack</groupId>
80+
<artifactId>cloud-engine-storage</artifactId>
81+
<version>${project.version}</version>
82+
<scope>compile</scope>
83+
<exclusions>
84+
<exclusion>
85+
<groupId>org.apache.cxf</groupId>
86+
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
87+
</exclusion>
88+
</exclusions>
5989
</dependency>
6090
<dependency>
6191
<groupId>com.ceph</groupId>
@@ -107,6 +137,12 @@
107137
<artifactId>cloud-plugin-storage-volume-scaleio</artifactId>
108138
<version>${project.version}</version>
109139
<scope>compile</scope>
140+
<exclusions>
141+
<exclusion>
142+
<groupId>org.apache.cxf</groupId>
143+
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
144+
</exclusion>
145+
</exclusions>
110146
</dependency>
111147
</dependencies>
112148
<build>

0 commit comments

Comments
 (0)