corrected example

This commit is contained in:
Jeremy Long
2016-07-31 07:32:30 -04:00
parent d22c920b35
commit 71e7412f15

View File

@@ -52,7 +52,6 @@ Create an aggregated dependency-check report within the site.
... ...
<plugins> <plugins>
... ...
<plugin>
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
@@ -65,7 +64,6 @@ Create an aggregated dependency-check report within the site.
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
</plugin>
... ...
</plugins> </plugins>
... ...