(improvement)(build) Fix the .NoClassDefFoundError: org/codehaus/stax2/XMLInputFactory2 error (#1682)

This commit is contained in:
lexluo09
2024-09-18 21:40:49 +08:00
committed by GitHub
parent 0c0fbb829e
commit 75bc470670
2 changed files with 10 additions and 0 deletions

View File

@@ -239,6 +239,10 @@
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
</dependency>
</dependencies>
</project>