JAMES-2521 mockito scope should be test in queue-activemq
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/11a90cea Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/11a90cea Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/11a90cea Branch: refs/heads/master Commit: 11a90ceac792da1143de6252a4cdd8de9231b7b6 Parents: bba7d70 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 15 11:24:51 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:44 2018 +0700 ---------------------------------------------------------------------- server/queue/queue-activemq/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/11a90cea/server/queue/queue-activemq/pom.xml ---------------------------------------------------------------------- diff --git a/server/queue/queue-activemq/pom.xml b/server/queue/queue-activemq/pom.xml index c56c7b2..a7638b3 100644 --- a/server/queue/queue-activemq/pom.xml +++ b/server/queue/queue-activemq/pom.xml @@ -144,6 +144,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
