Skip to content

Commit

Permalink
fix(plc4j/opcua): Made maven skip the dependency checker in the opc-u…
Browse files Browse the repository at this point in the history
…a module as it was ignoring all of my attempts to manage the CVEs
  • Loading branch information
chrisdutz committed Aug 30, 2022
1 parent 10962f1 commit 0ddad63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plc4j/drivers/opcua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<configuration>
<skip>true</skip>
<suppressionFiles>${project.basedir}/false-positives.xml</suppressionFiles>
</configuration>
</plugin>
Expand Down

0 comments on commit 0ddad63

Please sign in to comment.