AMQ-9242 - remove compile time dependency log4j-slf4j2-impl dependency (#997) from activemq-partition

(cherry picked from commit 3372e01f7a)
This commit is contained in:
Christopher L. Shannon 2023-04-12 06:22:56 -04:00 committed by Christopher L. Shannon (cshannon)
parent 21f5c5a458
commit f63328048f
1 changed files with 11 additions and 5 deletions

View File

@ -32,7 +32,6 @@
<description>Used to partition clients over a cluster of brokers</description>
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
@ -49,10 +48,6 @@
<groupId>org.linkedin</groupId>
<artifactId>org.linkedin.zookeeper-impl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>org.linkedin</groupId>
<artifactId>org.linkedin.util-core</artifactId>
@ -77,6 +72,17 @@
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>