Skip to content

Commit 634484a

Browse files
Adding a skip for JDK jars because they are causing failures
1 parent a0df20b commit 634484a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@
283283
${highest-basedir}/dependency-check-maven-config.xml
284284
</suppressionFile>
285285
</suppressionFiles>
286+
<!-- This prevents a build failure on jdk tools jar -->
287+
<skipSystemScope>true</skipSystemScope>
286288
</configuration>
287289
<executions>
288290
<execution>

0 commit comments

Comments
 (0)