Skip to content

Commit 18a1d4d

Browse files
author
Chanaka Balasooriya
committed
remove owasp dependency check plugin as build takes too long without a NVD API key
1 parent 13b31d1 commit 18a1d4d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<maven.compiler.target>21</maven.compiler.target>
6464
<spring.version>6.2.0</spring.version>
6565
<postgresql.version>42.7.4</postgresql.version>
66-
<dependency-check-maven.version>11.1.0</dependency-check-maven.version>
6766
</properties>
6867

6968
<dependencies>
@@ -192,21 +191,6 @@
192191
</execution>
193192
</executions>
194193
</plugin>
195-
<plugin>
196-
<groupId>org.owasp</groupId>
197-
<artifactId>dependency-check-maven</artifactId>
198-
<version>${dependency-check-maven.version}</version>
199-
<executions>
200-
<execution>
201-
<goals>
202-
<goal>check</goal>
203-
</goals>
204-
</execution>
205-
</executions>
206-
<configuration>
207-
<failBuildOnCVSS>0</failBuildOnCVSS>
208-
</configuration>
209-
</plugin>
210194
<plugin>
211195
<groupId>org.basepom.maven</groupId>
212196
<artifactId>duplicate-finder-maven-plugin</artifactId>

0 commit comments

Comments
 (0)