Skip to content

Commit 2857bbc

Browse files
authored
Removed outdated excludeVulnerabilityIds (#14)
1 parent 2e0421e commit 2857bbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@
346346
</goals>
347347
</execution>
348348
</executions>
349-
<configuration>
350-
<excludeVulnerabilityIds>
351-
<!-- Ignores CVE-2020-15250, because we use Java 11 and junit 4.13.1 which contains a fix: https://ossindex.sonatype.org/vuln/7ea56ad4-8a8b-4e51-8ed9-5aad83d8efb1 -->
352-
<exclude>7ea56ad4-8a8b-4e51-8ed9-5aad83d8efb1</exclude>
353-
</excludeVulnerabilityIds>
354-
</configuration>
355349
</plugin>
356350
<plugin>
357351
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)