This is an automated email from the ASF dual-hosted git repository.
robbie 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 5553b6264c ARTEMIS-4299 Exclude unused json-smart dependency
5553b6264c is described below
commit 5553b6264c929296b8e2bc5b0851042f4b67b7fc
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Wed May 31 19:18:23 2023 +0200
ARTEMIS-4299 Exclude unused json-smart dependency
---
artemis-server/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml
index 088de79f33..62b7d74458 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -268,6 +268,12 @@
<artifactId>mockserver-netty</artifactId>
<version>${mockserver.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>