Skip to content

Commit

Permalink
#184 remove dependency-check-maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Dec 18, 2021
1 parent 1c3cf98 commit 10622fc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,18 +314,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.5.0</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

</build>
Expand Down

0 comments on commit 10622fc

Please sign in to comment.