Fix missing dependency for Eclipse
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/43ac7737 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/43ac7737 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/43ac7737 Branch: refs/heads/master Commit: 43ac77374caa313c800e9786db9c72d09fa0e2c1 Parents: 76a07d3 Author: Raphael Ouazana <[email protected]> Authored: Tue Aug 21 15:37:23 2018 +0200 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:45 2018 +0700 ---------------------------------------------------------------------- server/container/guice/guice-common/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/43ac7737/server/container/guice/guice-common/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/guice-common/pom.xml b/server/container/guice/guice-common/pom.xml index daf8d24..d2333e7 100644 --- a/server/container/guice/guice-common/pom.xml +++ b/server/container/guice/guice-common/pom.xml @@ -51,6 +51,10 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> + <artifactId>james-server-data-memory</artifactId> + </dependency> + <dependency> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
