added jboss logging dependency
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ec312b85 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ec312b85 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ec312b85 Branch: refs/heads/refactor-openwire Commit: ec312b851c414ab72ae5384cd6257407ba812ace Parents: a54f4ed Author: Howard Gao <[email protected]> Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic <[email protected]> Committed: Thu Mar 17 14:10:46 2016 -0400 ---------------------------------------------------------------------- tests/activemq5-unit-tests/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ec312b85/tests/activemq5-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index e52b9a6..0f7c9ac 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -336,6 +336,17 @@ </exclusion> </exclusions> </dependency> + <!-- + JBoss Logging + --> + <dependency> + <groupId>org.jboss.logging</groupId> + <artifactId>jboss-logging</artifactId> + </dependency> + <dependency> + <groupId>org.jboss.logmanager</groupId> + <artifactId>jboss-logmanager</artifactId> + </dependency> </dependencies>
