We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c502b46 commit c8fd16cCopy full SHA for c8fd16c
2 files changed
engine/api/pom.xml
@@ -44,6 +44,10 @@
44
<groupId>org.eclipse.jetty</groupId>
45
<artifactId>jetty-server</artifactId>
46
</exclusion>
47
+ <exclusion>
48
+ <groupId>com.sun.xml.bind</groupId>
49
+ <artifactId>jaxb-impl</artifactId>
50
+ </exclusion>
51
</exclusions>
52
</dependency>
53
<dependency>
framework/rest/pom.xml
@@ -71,6 +71,10 @@
71
<groupId>org.apache.geronimo.specs</groupId>
72
<artifactId>geronimo-servlet_3.0_spec</artifactId>
73
74
75
76
77
78
79
80
</dependencies>
0 commit comments