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/5a6747c3 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5a6747c3 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5a6747c3 Branch: refs/heads/refactor-openwire Commit: 5a6747c3758e4c55f210d253ba0d91d1d8122956 Parents: a9cd666 Author: Howard Gao <[email protected]> Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic <[email protected]> Committed: Sun Feb 28 22:31:23 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/5a6747c3/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>
