verguenza 4 年之前
父节点
当前提交
7ad84bd134
共有 1 个文件被更改,包括 0 次插入17 次删除
  1. 0 17
      pom.xml

+ 0 - 17
pom.xml

@@ -119,23 +119,6 @@
         </dependencies>
     </dependencyManagement>
 
-    <profiles>
-        <profile>
-            <id>java11</id>
-            <activation>
-                <jdk>[11,)</jdk>
-            </activation>
-
-            <dependencies>
-                <dependency>
-                    <groupId>org.glassfish.jaxb</groupId>
-                    <artifactId>jaxb-runtime</artifactId>
-                </dependency>
-            </dependencies>
-        </profile>
-    </profiles>
-
-
     <build>
         <plugins>
             <plugin>