You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/25 17:26:33 UTC

[activemq-artemis] 01/02: fix dep scope

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

robbie pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 5ca30b1de6f36c2fe45fc0d10b5afd79a676efbf
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 25 18:20:46 2022 +0100

    fix dep scope
---
 artemis-protocols/artemis-amqp-protocol/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml
index 204689f2dd..4f36889b6d 100644
--- a/artemis-protocols/artemis-amqp-protocol/pom.xml
+++ b/artemis-protocols/artemis-amqp-protocol/pom.xml
@@ -116,6 +116,7 @@
          <groupId>org.apache.activemq</groupId>
          <artifactId>artemis-unit-test-support</artifactId>
          <version>${project.version}</version>
+         <scope>test</scope>
       </dependency>
    </dependencies>