Skip to content

Commit 3ddb303

Browse files
committed
Updated OWASP Dependency Check to 1.3.0
1 parent af2a8a0 commit 3ddb303

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,28 @@
156156
</pluginManagement>
157157
</build>
158158

159+
<reporting>
160+
<plugins>
161+
<plugin>
162+
<groupId>org.apache.maven.plugins</groupId>
163+
<artifactId>maven-project-info-reports-plugin</artifactId>
164+
<version>2.8</version>
165+
</plugin>
166+
<plugin>
167+
<groupId>org.owasp</groupId>
168+
<artifactId>dependency-check-maven</artifactId>
169+
<version>1.3.0</version>
170+
<reportSets>
171+
<reportSet>
172+
<reports>
173+
<report>aggregate</report>
174+
</reports>
175+
</reportSet>
176+
</reportSets>
177+
</plugin>
178+
</plugins>
179+
</reporting>
180+
159181
<modules>
160182
<module>Ch04_OutputEscaping</module>
161183
<module>Ch04_OutputEscapingJSF</module>

0 commit comments

Comments
 (0)