This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 3acf1141674445c56c7e0645d550b0a0a6d61aff Author: Benoit Tellier <[email protected]> AuthorDate: Thu May 30 17:22:36 2019 +0700 MAILBOX-388 Memory dependency for deletedMessageVault is used only for tests --- mailbox/plugin/deleted-messages-vault/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mailbox/plugin/deleted-messages-vault/pom.xml b/mailbox/plugin/deleted-messages-vault/pom.xml index 66ba8d1..b8f44b7 100644 --- a/mailbox/plugin/deleted-messages-vault/pom.xml +++ b/mailbox/plugin/deleted-messages-vault/pom.xml @@ -43,6 +43,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]
