JAMES-2130 fix duplicate dependency
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/824b7ef6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/824b7ef6 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/824b7ef6 Branch: refs/heads/master Commit: 824b7ef63f7e3b4947b756a435a634c96e204f74 Parents: c271756 Author: Matthieu Baechler <[email protected]> Authored: Fri Aug 25 15:41:18 2017 +0200 Committer: benwa <[email protected]> Committed: Wed Aug 30 09:12:26 2017 +0700 ---------------------------------------------------------------------- server/container/mailbox-adapter/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/824b7ef6/server/container/mailbox-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/mailbox-adapter/pom.xml b/server/container/mailbox-adapter/pom.xml index 14dd278..08a39a8 100644 --- a/server/container/mailbox-adapter/pom.xml +++ b/server/container/mailbox-adapter/pom.xml @@ -39,10 +39,6 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-api</artifactId> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> <artifactId>apache-james-mailbox-maildir</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
