Skip to content

Commit

Permalink
Refactor : remove the dependency-check-maven since there is no upload…
Browse files Browse the repository at this point in the history
…ed nvd key
  • Loading branch information
taojintianxia committed Jul 29, 2024
1 parent cf28395 commit 876ccca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
<maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
<jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
<taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
<dependency-check-maven.version>10.0.3</dependency-check-maven.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -1192,11 +1191,6 @@
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${dependency-check-maven.version}</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down Expand Up @@ -1297,10 +1291,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
</plugin>
</plugins>
</reporting>

Expand Down

0 comments on commit 876ccca

Please sign in to comment.