Update pom.xml

修复报错:java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
This commit is contained in:
stepbystep2 2021-06-29 15:38:13 +08:00 committed by GitHub
parent c6d5467db7
commit 7c4cb6f4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</project>
</project>