Skip to content

Commit

Permalink
Temporarily disable dependency check until the TLS issue that emerged…
Browse files Browse the repository at this point in the history
… on the night of 9/28 is fixed
  • Loading branch information
sapessi committed Sep 29, 2019
1 parent b96a9f8 commit aa72b6d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
<suppressionFile>${project.basedir}/../owasp-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<suppressionFile>${project.basedir}/../owasp-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>

<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<suppressionFile>${project.basedir}/../owasp-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>

<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
<suppressionFile>${project.basedir}/../owasp-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions aws-serverless-java-container-springboot2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<suppressionFile>${project.basedir}/../owasp-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions aws-serverless-java-container-struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<suppressionFile>${project.basedir}/../owasp-suppression.xml</suppressionFile>
</suppressionFiles>
<failBuildOnCVSS>7</failBuildOnCVSS>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<properties>
<jacoco.minCoverage>0.7</jacoco.minCoverage>
<dependencyCheck.version>5.1.0</dependencyCheck.version>
<dependencyCheck.version>5.2.2</dependencyCheck.version>
<jackson.version>2.9.10</jackson.version>
</properties>

Expand Down

0 comments on commit aa72b6d

Please sign in to comment.