ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> <version>${ruoyi-vue-plus.version}</version> <version>2.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -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>