jdk11下默认不加载jaxb模块,因此加载实现。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user