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/21 23:55:48 UTC

[32/68] [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/a099e84f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a099e84f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a099e84f

Branch: refs/heads/refactor-openwire
Commit: a099e84fbae5fceef3d675d141b606f27a0382f3
Parents: 4c717ca
Author: Howard Gao <ho...@gmail.com>
Authored: Wed Feb 3 10:37:19 2016 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Mar 21 18:54:50 2016 -0400

----------------------------------------------------------------------
 tests/activemq5-unit-tests/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a099e84f/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>