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 <[email protected]> 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>
