Skip to content

Commit b8bfcc5

Browse files
committed
more exclusions
1 parent 1955873 commit b8bfcc5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@
8080
<groupId>org.apache.geronimo.specs</groupId>
8181
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
8282
</exclusion>
83+
<exclusion>
84+
<groupId>org.codehaus.woodstox</groupId>
85+
<artifactId>wstx-asl</artifactId>
86+
</exclusion>
87+
<exclusion>
88+
<groupId>org.codehaus.woodstox</groupId>
89+
<artifactId>woodstox-core-asl</artifactId>
90+
</exclusion>
8391
</exclusions>
8492
</dependency>
8593
<!-- Dependency for Apache Abdera and Apache Tika. Tika needs newer version. -->

0 commit comments

Comments
 (0)