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/17fd68ac Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/17fd68ac Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/17fd68ac Branch: refs/heads/refactor-openwire Commit: 17fd68accb9ae132752b0adce5f5fdab1b8aab63 Parents: a55b868 Author: Howard Gao <[email protected]> Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic <[email protected]> Committed: Thu Feb 18 12:03:50 2016 -0500 ---------------------------------------------------------------------- tests/activemq5-unit-tests/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/17fd68ac/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>
