ARTEMIS-4020 Fixing logging on soak-tests

This commit is contained in:
Clebert Suconic 2022-09-29 17:48:34 -04:00
parent 2ba6452b83
commit d2354ae470
1 changed files with 10 additions and 0 deletions

View File

@ -39,6 +39,16 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-server</artifactId>