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/1c7ab6f9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1c7ab6f9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1c7ab6f9

Branch: refs/heads/refactor-openwire
Commit: 1c7ab6f9628a3f4106f751f677b172620ed95a05
Parents: 6371d64
Author: Howard Gao <howard....@gmail.com>
Authored: Wed Feb 3 10:37:19 2016 +0800
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Thu Feb 25 18:10: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/1c7ab6f9/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>
 

Reply via email to