Skip to content

Commit c8fd16c

Browse files
committed
Summary: Workaround for CLOUDSTACK-1831 and CLOUDSTACK-1672
Exclude the transient dependency on jaxb-impl 2.1.13 in cxf-bundle-jars. VmWare code depends on the 2.0 version
1 parent c502b46 commit c8fd16c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

engine/api/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<groupId>org.eclipse.jetty</groupId>
4545
<artifactId>jetty-server</artifactId>
4646
</exclusion>
47+
<exclusion>
48+
<groupId>com.sun.xml.bind</groupId>
49+
<artifactId>jaxb-impl</artifactId>
50+
</exclusion>
4751
</exclusions>
4852
</dependency>
4953
<dependency>

framework/rest/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
<groupId>org.apache.geronimo.specs</groupId>
7272
<artifactId>geronimo-servlet_3.0_spec</artifactId>
7373
</exclusion>
74+
<exclusion>
75+
<groupId>com.sun.xml.bind</groupId>
76+
<artifactId>jaxb-impl</artifactId>
77+
</exclusion>
7478
</exclusions>
7579
</dependency>
7680
</dependencies>

0 commit comments

Comments
 (0)