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/16 16:22:01 UTC

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

Branch: refs/heads/refactor-openwire
Commit: 31dbeb0a2e2a5bb5021f4fcbd6514e69cb7e74c9
Parents: 6c023bf
Author: Howard Gao <ho...@gmail.com>
Authored: Wed Feb 3 10:37:19 2016 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 16 11:19:15 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/31dbeb0a/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>