Skip to content

Commit 26be068

Browse files
committed
Skip dependency checking by default
1 parent 2eb44df commit 26be068

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,9 @@
399399
<groupId>org.owasp</groupId>
400400
<artifactId>dependency-check-maven</artifactId>
401401
<version>${dependency-check-maven.version}</version>
402+
<configuration>
403+
<skip>true</skip>
404+
</configuration>
402405
<executions>
403406
<execution>
404407
<goals>

0 commit comments

Comments
 (0)