pom modify

This commit is contained in:
pepsi 2022-10-22 17:47:53 +08:00
parent 42f3a7a9de
commit bf16f45eda

18
pom.xml
View File

@ -84,12 +84,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.2</version>
<type>maven-plugin</type>
</dependency>
</dependencies>
<build>
@ -113,18 +107,6 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.2</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>