Skip to content

Commit

Permalink
Add com.redhat.victims.maven:security-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 3, 2018
1 parent 73cbde6 commit 088d465
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions parent/pom.xml
Expand Up @@ -997,14 +997,14 @@
<build>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.1.2</version>
<groupId>com.redhat.victims.maven</groupId>
<artifactId>security-versions</artifactId>
<version>1.0.6</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>aggregate</goal>
<goal>check</goal>
</goals>
</execution>
</executions>
Expand All @@ -1022,6 +1022,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.1.2</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 088d465

Please sign in to comment.