Skip to content

Commit

Permalink
Add stax dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viii3 committed Aug 7, 2024
1 parent f920d2c commit 297c4a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nucleus/packager/nucleus-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
Expand Down

0 comments on commit 297c4a5

Please sign in to comment.