We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1955873 commit b8bfcc5Copy full SHA for b8bfcc5
1 file changed
pom.xml
@@ -80,6 +80,14 @@
80
<groupId>org.apache.geronimo.specs</groupId>
81
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
82
</exclusion>
83
+ <exclusion>
84
+ <groupId>org.codehaus.woodstox</groupId>
85
+ <artifactId>wstx-asl</artifactId>
86
+ </exclusion>
87
88
89
+ <artifactId>woodstox-core-asl</artifactId>
90
91
</exclusions>
92
</dependency>
93
<!-- Dependency for Apache Abdera and Apache Tika. Tika needs newer version. -->
0 commit comments