Skip to content
Snippets Groups Projects
Commit 39d73635 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

Merge branch 'marcburnie-master-patch-78042' into 'master'

fixing dependency check

See merge request osdu/platform/system/schema-service!432
parents f8a19988 8deb5d0a
No related branches found
No related tags found
1 merge request!432fixing dependency check
Checking pipeline status
......@@ -167,12 +167,15 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.2.2</version>
<version>7.4.4</version>
<configuration>
<!-- .Disable Net content-->
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nugetconfAnalyzerEnabled>false</nugetconfAnalyzerEnabled>
<nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled>
</configuration>
<executions>
<execution>
<configuration>
<skip>true</skip>
</configuration>
<goals>
<goal>check</goal>
</goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment