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/062e28ed Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/062e28ed Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/062e28ed Branch: refs/heads/refactor-openwire Commit: 062e28edda3414de16586a7b880010429237762e Parents: 14d4d0c Author: Howard Gao <[email protected]> Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic <[email protected]> Committed: Sat Mar 19 01:07:37 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/062e28ed/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>
