You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/03/09 20:42:56 UTC

[33/58] [abbrv] activemq-artemis git commit: added jboss logging dependency

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

Branch: refs/heads/refactor-openwire
Commit: 2fc85bfa1f778c719ebc0a497dd9dd8578e2a977
Parents: 9a3dfb8
Author: Howard Gao <ho...@gmail.com>
Authored: Wed Feb 3 10:37:19 2016 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 9 14:41:41 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/2fc85bfa/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>