This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new adf054f ARTEMIS-3144 Fix RestDeserializationTest
new 7f84d5a This closes #3487
adf054f is described below
commit adf054f606e761af9192c017c5ecfe21c4436630
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Thu Mar 11 13:09:15 2021 +0100
ARTEMIS-3144 Fix RestDeserializationTest
---
tests/integration-tests/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 0eb1041..39a93d0 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -431,6 +431,12 @@
<artifactId>activemq-broker</artifactId>
<version>${activemq5-version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>