remove jaxb dependency

This commit is contained in:
thinkgem
2020-08-14 17:46:17 +08:00
parent 98f57a2511
commit f56b92ba5f

View File

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