JAMES-2620 Remove duplicate in maven dependencies
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7291f498 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7291f498 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7291f498 Branch: refs/heads/master Commit: 7291f4981c241e1c614f1edf639457a68212f702 Parents: 7b97862 Author: Antoine Duprat <[email protected]> Authored: Mon Dec 10 11:39:12 2018 +0100 Committer: Antoine Duprat <[email protected]> Committed: Mon Dec 10 11:39:12 2018 +0100 ---------------------------------------------------------------------- mailbox/plugin/spamassassin/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7291f498/mailbox/plugin/spamassassin/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/plugin/spamassassin/pom.xml b/mailbox/plugin/spamassassin/pom.xml index 6ea92f4..50fd396 100644 --- a/mailbox/plugin/spamassassin/pom.xml +++ b/mailbox/plugin/spamassassin/pom.xml @@ -44,12 +44,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>apache-james-mailbox-api</artifactId> - <scope>test</scope> - <type>test-jar</type> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-store</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
