JAMES-2493 remove duplicate 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/da982f28 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/da982f28 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/da982f28 Branch: refs/heads/master Commit: da982f288153ff810c211cfb16e9434f45510b50 Parents: 5f01439 Author: Matthieu Baechler <[email protected]> Authored: Wed Jul 25 15:01:12 2018 +0200 Committer: benwa <[email protected]> Committed: Tue Jul 31 09:25:22 2018 +0700 ---------------------------------------------------------------------- pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/da982f28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e090414..28e4e91 100644 --- a/pom.xml +++ b/pom.xml @@ -851,12 +851,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>apache-james-mailbox-quota-mailing</artifactId> - <type>test-jar</type> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-spring</artifactId> <version>${project.version}</version> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
