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/78d09329 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/78d09329 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/78d09329 Branch: refs/heads/refactor-openwire Commit: 78d093296b11fb56ff1b8a2344f8e3d92131942d Parents: e52d54e Author: Howard Gao <[email protected]> Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic <[email protected]> Committed: Wed Feb 17 21:37:28 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/78d09329/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>
