Skip to content

Commit f140fcf

Browse files
authored
Merge pull request #132 from eclipse-researchlabs/133-illegalargumentexception-in-rdfhelper
closes #133
2 parents fa76549 + 527aea2 commit f140fcf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

context-core/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
<groupId>org.apache.cxf</groupId>
7676
<artifactId>cxf-rt-frontend-jaxws</artifactId>
7777
<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>
7885
</dependency>
7986
<dependency>
8087
<groupId>org.apache.cxf</groupId>

0 commit comments

Comments
 (0)