|
41 | 41 | <groupId>org.apache.cloudstack</groupId> |
42 | 42 | <artifactId>cloud-agent</artifactId> |
43 | 43 | <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> |
44 | 50 | </dependency> |
45 | 51 | <dependency> |
46 | 52 | <groupId>org.libvirt</groupId> |
|
51 | 57 | <groupId>org.apache.cloudstack</groupId> |
52 | 58 | <artifactId>cloud-plugin-network-ovs</artifactId> |
53 | 59 | <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> |
54 | 66 | </dependency> |
55 | 67 | <dependency> |
56 | 68 | <groupId>org.apache.cloudstack</groupId> |
57 | 69 | <artifactId>cloud-engine-storage-configdrive</artifactId> |
58 | 70 | <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> |
59 | 89 | </dependency> |
60 | 90 | <dependency> |
61 | 91 | <groupId>com.ceph</groupId> |
|
107 | 137 | <artifactId>cloud-plugin-storage-volume-scaleio</artifactId> |
108 | 138 | <version>${project.version}</version> |
109 | 139 | <scope>compile</scope> |
| 140 | + <exclusions> |
| 141 | + <exclusion> |
| 142 | + <groupId>org.apache.cxf</groupId> |
| 143 | + <artifactId>cxf-rt-frontend-jaxrs</artifactId> |
| 144 | + </exclusion> |
| 145 | + </exclusions> |
110 | 146 | </dependency> |
111 | 147 | </dependencies> |
112 | 148 | <build> |
|
0 commit comments