This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 50ccdeb Fix incorrect dependency scope 50ccdeb is described below commit 50ccdebc38f68fe945f4448931feceb28256589b Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Tue Dec 29 17:30:37 2020 +0000 Fix incorrect dependency scope --- modules/transport/jms/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml index 93c22bd..e8b0289 100644 --- a/modules/transport/jms/pom.xml +++ b/modules/transport/jms/pom.xml @@ -139,6 +139,7 @@ <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> <version>5.16.0</version> + <scope>test</scope> </dependency> <dependency>