This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 5321882eb8 NO-JIRA ignore test & provided scope for OWASP
5321882eb8 is described below
commit 5321882eb8c146b439e26b1cd4f19c1a9d5f3ff4
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Oct 29 15:14:36 2024 -0500
NO-JIRA ignore test & provided scope for OWASP
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6e92d17172..84525ff8f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact