NO-JIRA ignore test & provided scope for OWASP

This commit is contained in:
Justin Bertram 2024-10-29 15:14:36 -05:00 committed by GitHub
parent f0f937a66c
commit 5321882eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,8 +386,8 @@
<version>${owasp.version}</version>
<configuration>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<!-- <skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope> -->
<skipTestScope>true</skipTestScope>
<skipProvidedScope>true</skipProvidedScope>
</configuration>
<executions>
<execution>