diff --git a/artemis-hawtio/activemq-branding/pom.xml b/artemis-hawtio/activemq-branding/pom.xml index b20f6349ac..c34c7bf764 100644 --- a/artemis-hawtio/activemq-branding/pom.xml +++ b/artemis-hawtio/activemq-branding/pom.xml @@ -72,6 +72,12 @@ io.hawt hawtio-plugin-mbean + + + org.slf4j + slf4j-log4j12 + + @@ -87,11 +93,6 @@ slf4j-api provided - - org.slf4j - slf4j-log4j12 - provided - com.google.errorprone error_prone_core diff --git a/artemis-hawtio/artemis-plugin/pom.xml b/artemis-hawtio/artemis-plugin/pom.xml index cdb7ce4256..c388cf21d2 100644 --- a/artemis-hawtio/artemis-plugin/pom.xml +++ b/artemis-hawtio/artemis-plugin/pom.xml @@ -91,16 +91,6 @@ slf4j-api provided - - org.slf4j - slf4j-log4j12 - provided - - - log4j - log4j - provided - com.google.errorprone error_prone_core diff --git a/artemis-hawtio/pom.xml b/artemis-hawtio/pom.xml index e9ffbefe51..67ceeedb6d 100644 --- a/artemis-hawtio/pom.xml +++ b/artemis-hawtio/pom.xml @@ -80,12 +80,6 @@ ${slf4j-version} provided - - org.slf4j - slf4j-log4j12 - ${slf4j-version} - provided - diff --git a/pom.xml b/pom.xml index f82dd196c6..7233f95c94 100644 --- a/pom.xml +++ b/pom.xml @@ -357,14 +357,6 @@ provided true - - - log4j - log4j - 1.2.16 - compile - - org.springframework spring-core @@ -519,11 +511,6 @@ slf4j-nop ${slf4j.version} - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index ec2d10ab1b..69bbcecfd5 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -222,18 +222,6 @@ test - - org.slf4j - slf4j-log4j12 - test - - - - log4j - log4j - test - - org.springframework spring-test diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 5618d76382..6800e44408 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -397,6 +397,12 @@ org.apache.hadoop hadoop-minikdc 3.3.0 + + + org.slf4j + slf4j-log4j12 + + test