Skip to content

Commit a22d3af

Browse files
committed
Fix injection of old woodstox version.
1 parent a0c7202 commit a22d3af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,12 @@
542542
<groupId>com.sun.xml.ws</groupId>
543543
<artifactId>jaxws-rt</artifactId>
544544
<version>${version.javax.xml.ws.jaxws.rt}</version>
545+
<exclusions>
546+
<exclusion>
547+
<groupId>org.codehaus.woodstox</groupId>
548+
<artifactId>wstx-asl</artifactId>
549+
</exclusion>
550+
</exclusions>
545551
</dependency>
546552

547553
<dependency>

0 commit comments

Comments
 (0)