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:18:41 UTC

[qpid-broker-j] 11/12: 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 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 88a37dcb3f41ad6409865f869c41711fd5825386
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Sun Sep 29 23:14: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 bc926b7..c02c600 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