You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/09/29 22:10:38 UTC

[qpid-broker-j] branch master updated: QPID-8363: [Broker-J] Fix test dependency scope

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/master by this push:
     new f966f0c  QPID-8363: [Broker-J] Fix test dependency scope
f966f0c is described below

commit f966f0c1589be70ab60b71ce7b5fc455b751ed8d
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Sun Sep 29 23:00:59 2019 +0100

    QPID-8363: [Broker-J] Fix test dependency scope
---
 broker-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/broker-core/pom.xml b/broker-core/pom.xml
index f69bf29..04aa668 100644
--- a/broker-core/pom.xml
+++ b/broker-core/pom.xml
@@ -95,6 +95,7 @@
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-all</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org