Skip to content

Commit

Permalink
Restore wstx-asl-3.2.9.jar to WAR (#5604)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jul 5, 2021
1 parent 794770f commit ded6e2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ THE SOFTWARE.
<artifactId>memory-monitor</artifactId>
<version>1.9</version>
</dependency>
<dependency><!-- StAX implementation. See JENKINS-2547. -->
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.9</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand Down
11 changes: 11 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,17 @@ THE SOFTWARE.
<groupId>org.jenkins-ci</groupId>
<artifactId>memory-monitor</artifactId>
</dependency>
<dependency><!-- StAX implementation. See JENKINS-2547. -->
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<exclusions>
<!-- StAX is now bundled in the JRE -->
<exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand Down

0 comments on commit ded6e2d

Please sign in to comment.