Skip to content

Commit

Permalink
Turn dependency-check-maven back on for accesscontroltool-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gicig committed Jul 11, 2024
1 parent fdde092 commit bbc5980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accesscontroltool-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<configuration>
<skip>true</skip><!-- only enable in specific submodules -->
<skip>false</skip><!-- only enable in specific submodules -->
<suppressionFile>${project.basedir}/suppression.xml</suppressionFile>
</configuration>
</plugin>
Expand Down

0 comments on commit bbc5980

Please sign in to comment.