@ -300,6 +300,38 @@
</plugins>
</build>
<profiles>
<profile>
<id>report</id>
<build>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<reporting>
</reporting>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>junit</groupId>