We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa76549 + 527aea2 commit f140fcfCopy full SHA for f140fcf
context-core/pom.xml
@@ -75,6 +75,13 @@
75
<groupId>org.apache.cxf</groupId>
76
<artifactId>cxf-rt-frontend-jaxws</artifactId>
77
<version>${cxf.version}</version>
78
+ <exclusions>
79
+ <!--Use JDK-supplied parser - see https://issues.apache.org/jira/projects/JENA/issues/JENA-2331 -->
80
+ <exclusion>
81
+ <groupId>com.fasterxml.woodstox</groupId>
82
+ <artifactId>woodstox-core</artifactId>
83
+ </exclusion>
84
+ </exclusions>
85
</dependency>
86
<dependency>
87
0 commit comments