Skip to content

Commit

Permalink
Merge fd9e273 into 4d81257
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jul 9, 2019
2 parents 4d81257 + fd9e273 commit 73001fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Expand Up @@ -576,11 +576,6 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>5.1.0</version>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
Expand Down Expand Up @@ -705,23 +700,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<showSummary>true</showSummary>
<suppressionFiles>suppressed-cves.xml</suppressionFiles>
</configuration>
<executions>
<execution>
<id>security-check</id>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
Expand Down
56 changes: 0 additions & 56 deletions suppressed-cves.xml

This file was deleted.

0 comments on commit 73001fd

Please sign in to comment.