Guest User

Untitled

a guest
Jan 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.owasp</groupId>
  3. <artifactId>dependency-check-maven</artifactId>
  4. <version>4.0.2</version>
  5. <configuration>
  6. <cveValidForHours>12</cveValidForHours>
  7. </configuration>
  8. <executions>
  9. <execution>
  10. <goals>
  11. <goal>check</goal>
  12. </goals>
  13. </execution>
  14. </executions>
  15. </plugin>
Add Comment
Please, Sign In to add comment