update 优化 jdk11 相关 pr

master
疯狂的狮子li 5 years ago
parent 8bda10c23c
commit 0140965a30

@ -291,6 +291,13 @@
<properties>
<java.version>11</java.version>
</properties>
<dependencies>
<!--jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>

@ -148,17 +148,4 @@
</dependencies>
<profiles>
<profile>
<id>jdk11</id>
<dependencies>
<!--jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

@ -67,12 +67,6 @@
<artifactId>ruoyi-system</artifactId>
</dependency>
<!-- jdk11 缺失依赖 jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save