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 f0f937a66c NO-JIRA don't require dotnet for OWASP
f0f937a66c is described below
commit f0f937a66c7a824c933c393d239219beefafc302
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Oct 29 13:43:57 2024 -0500
NO-JIRA don't require dotnet for OWASP
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f0e96fa90..6e92d17172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,8 +385,9 @@
<artifactId>dependency-check-maven</artifactId>
<version>${owasp.version}</version>
<configuration>
+ <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<!-- <skipProvidedScope>true</skipProvidedScope>
- <skipRuntimeScope>true</skipRuntimeScope> -->
+ <skipRuntimeScope>true</skipRuntimeScope> -->
</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