This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 6b75cf68f9b4eca57a77507b556943727d1d75d0 Author: Rémi Kowalski <[email protected]> AuthorDate: Thu Jul 18 15:35:00 2019 +0200 JAMES-2813 add james-server-task-json in pom of vault --- mailbox/plugin/deleted-messages-vault/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mailbox/plugin/deleted-messages-vault/pom.xml b/mailbox/plugin/deleted-messages-vault/pom.xml index 1d37854..23a22a9 100644 --- a/mailbox/plugin/deleted-messages-vault/pom.xml +++ b/mailbox/plugin/deleted-messages-vault/pom.xml @@ -90,6 +90,10 @@ <artifactId>james-server-core</artifactId> </dependency> <dependency> + <groupId>${james.groupId}</groupId> + <artifactId>james-server-task-json</artifactId> + </dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
