Skip to content

Commit

Permalink
Skip dependency check to see whether the build is successful without it
Browse files Browse the repository at this point in the history
  • Loading branch information
gicig committed Jul 8, 2024
1 parent 68c14f6 commit 169542b
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>false</skip><!-- only enable in specific submodules -->
<skip>true</skip><!-- only enable in specific submodules -->
<suppressionFile>${project.basedir}/suppression.xml</suppressionFile>
</configuration>
</plugin>
Expand Down

0 comments on commit 169542b

Please sign in to comment.