JAMES-2521 Mailbox tool only need memory mailbox in tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/11f5b5b0 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/11f5b5b0 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/11f5b5b0 Branch: refs/heads/master Commit: 11f5b5b0ed34bf8e85e30635e7a6dca34bf899c6 Parents: a937a33 Author: Benoit Tellier <[email protected]> Authored: Tue Aug 14 17:35:10 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:11:46 2018 +0700 ---------------------------------------------------------------------- mailbox/tool/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/11f5b5b0/mailbox/tool/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tool/pom.xml b/mailbox/tool/pom.xml index 74aef43..0f4ccd3 100644 --- a/mailbox/tool/pom.xml +++ b/mailbox/tool/pom.xml @@ -45,6 +45,7 @@ <dependency> <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-memory</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>${james.groupId}</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
