NO-JIRA Fix activemq5-unit-tests after ARTEMIS-3546

This commit is contained in:
Domenico Francesco Bruscino 2022-01-11 08:59:43 +01:00 committed by clebertsuconic
parent a91d3b0c0f
commit 1c9516db6a
1 changed files with 14 additions and 0 deletions

View File

@ -364,6 +364,20 @@
<artifactId>wildfly-common</artifactId>
</dependency>
<!-- The johnzon-core and json-api contents are repackaged in -commons,
However maven can still need them during tests, which run against
the original -commons classes when built+run in the same reactor,
and not the jar containing the shaded bits. -->
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>