Merge pull request #766 from jbonofre/AMQ-8484

[AMQ-8472] Fix reload4j scope in activemq-partition module
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>