jdk11下默认不加载jaxb模块,因此加载实现。

This commit is contained in:
thinkgem
2020-08-03 21:45:45 +08:00
parent b9808181d5
commit 44b25989d6

View File

@@ -95,6 +95,16 @@
<version>${dom4j.version}</version>
</dependency>
<!-- jdk11 JAXB module -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<!-- XPath xml -->
<dependency>
<groupId>jaxen</groupId>