remove duplicate slf4j-log4j12 dep b/c it is in activemq-all from https://issues.apache.org/jira/browse/AMQ-3715
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/100afb0d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/100afb0d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/100afb0d Branch: refs/heads/activemq-5.10.x Commit: 100afb0daf203ce4cbdeb76db632d31d01e9b3a8 Parents: 13db036 Author: gtully <[email protected]> Authored: Tue Jun 10 14:16:09 2014 +0100 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Dec 15 16:47:57 2014 -0500 ---------------------------------------------------------------------- activemq-tooling/activemq-maven-plugin/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/100afb0d/activemq-tooling/activemq-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/activemq-maven-plugin/pom.xml b/activemq-tooling/activemq-maven-plugin/pom.xml index 8b43be7..444a4ae 100644 --- a/activemq-tooling/activemq-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-maven-plugin/pom.xml @@ -67,10 +67,6 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </dependency> </dependencies> <build>
