From 9e8b859431b7e67b2b949fcba607fa6fe98d5baf Mon Sep 17 00:00:00 2001 From: bhill6 <brian.hill@wisc.edu> Date: Tue, 11 Oct 2022 11:24:26 -0500 Subject: [PATCH] removing maven-dependency-check plugin to avoid false positives from gitlab scans --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 10be8f2..f336d8f 100644 --- a/pom.xml +++ b/pom.xml @@ -270,21 +270,6 @@ <artifactId>maven-install-plugin</artifactId> <version>3.0.0-M1</version> </plugin> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>7.0.4</version> - <configuration> - <suppressionFile>cve-supressions.xml</suppressionFile> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> -- GitLab