This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new c037721 [AMQ-8472] Fix reload4j scope in activemq-partition module
new 6139556 Merge pull request #766 from jbonofre/AMQ-8484
c037721 is described below
commit c0377213baff5042234b3c5d23ce0a7bb02f508d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri Feb 11 13:47:49 2022 +0100
[AMQ-8472] Fix reload4j scope in activemq-partition module
---
activemq-partition/pom.xml | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml
index 2e4cdbf..1358df5 100644
--- a/activemq-partition/pom.xml
+++ b/activemq-partition/pom.xml
@@ -44,6 +44,10 @@
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.reload4j</groupId>
+ <artifactId>reload4j</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
@@ -54,14 +58,6 @@
<artifactId>org.linkedin.zookeeper-impl</artifactId>
</dependency>
<dependency>
- <groupId>ch.qos.reload4j</groupId>
- <artifactId>reload4j</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-reload4j</artifactId>
- </dependency>
- <dependency>
<groupId>org.linkedin</groupId>
<artifactId>org.linkedin.util-core</artifactId>
<version>${linkedin-zookeeper-version}</version>