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 ca8d50237b1b01f7c7114b00d1fe8139b766572b Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Fri Sep 27 14:33:06 2019 +0700 JAMES-2813 server/app should rely on MemoryTaskManager --- server/app/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/app/pom.xml b/server/app/pom.xml index 14bd616..37f2d22 100644 --- a/server/app/pom.xml +++ b/server/app/pom.xml @@ -466,6 +466,10 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> + <artifactId>james-server-task-memory</artifactId> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> <scope>runtime</scope> <exclusions> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org