Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
only warn until there is a new version of the tc-native library
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Etschel <[email protected]>
  • Loading branch information
etschelp committed Dec 15, 2021
1 parent 6aaf12e commit 9bbc375
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,8 @@
<artifactId>dependency-check-maven</artifactId>
<version>6.5.0</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<failBuildOnAnyVulnerability>false</failBuildOnAnyVulnerability>
<skip>true</skip>
<excludes>io.netty:netty-tcnative-classes</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9bbc375

Please sign in to comment.