Skip to content

Commit 6f89bb6

Browse files
authored
Merge pull request #6097 from line-o/build/disable-dependency-check
2 parents bf2cc68 + 0a93d7b commit 6f89bb6

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

exist-parent/pom.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
<artifactId>dependency-check-maven</artifactId>
574574
<version>10.0.3</version>
575575
<configuration>
576+
<dataDirectory>${user.home}/.m2/dependency-check-data</dataDirectory>
576577
<nvdApiKey>${nvdApiKey}</nvdApiKey>
577578
<!-- The OSS Index Server (https://ossindex.sonatype.org) can sometimes be flaky -->
578579
<ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors>
@@ -964,17 +965,17 @@
964965
</execution>
965966
</executions>
966967
</plugin>
967-
<plugin>
968-
<groupId>org.owasp</groupId>
969-
<artifactId>dependency-check-maven</artifactId>
970-
<executions>
971-
<execution>
972-
<goals>
973-
<goal>check</goal>
974-
</goals>
975-
</execution>
976-
</executions>
977-
</plugin>
968+
<!-- <plugin>-->
969+
<!-- <groupId>org.owasp</groupId>-->
970+
<!-- <artifactId>dependency-check-maven</artifactId>-->
971+
<!-- <executions>-->
972+
<!-- <execution>-->
973+
<!-- <goals>-->
974+
<!-- <goal>check</goal>-->
975+
<!-- </goals>-->
976+
<!-- </execution>-->
977+
<!-- </executions>-->
978+
<!-- </plugin>-->
978979
<plugin>
979980
<groupId>org.apache.maven.plugins</groupId>
980981
<artifactId>maven-resources-plugin</artifactId>

0 commit comments

Comments
 (0)