Browse Source

no message

FengChaoYu 3 weeks ago
parent
commit
2d668db916
1 changed files with 1 additions and 6 deletions
  1. 1 6
      pom.xml

+ 1 - 6
pom.xml

@@ -268,15 +268,10 @@
                     </dependency>
                     <!-- maven  -->
                     <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-plugin-api</artifactId>
-                        <version>3.5.0</version>
-                    </dependency>
-                    <dependency>
                         <groupId>org.apache.maven.plugin-tools</groupId>
                         <artifactId>maven-plugin-annotations</artifactId>
                         <version>3.5</version>
-                        <scope>provided</scope>
+                        <scope>runtime</scope>
                     </dependency>
                     <dependency>
                         <groupId>commons-configuration</groupId>