JAMES-2285 Further clean Memory mail queue pom
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5b05fde7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5b05fde7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5b05fde7 Branch: refs/heads/master Commit: 5b05fde7814a92a852d534604d375f7c664435d0 Parents: a0d734f Author: benwa <[email protected]> Authored: Wed Jan 17 17:34:22 2018 +0700 Committer: benwa <[email protected]> Committed: Fri Jan 19 18:57:58 2018 +0700 ---------------------------------------------------------------------- server/queue/queue-memory/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/5b05fde7/server/queue/queue-memory/pom.xml ---------------------------------------------------------------------- diff --git a/server/queue/queue-memory/pom.xml b/server/queue/queue-memory/pom.xml index 9e8af0b..12b4292 100644 --- a/server/queue/queue-memory/pom.xml +++ b/server/queue/queue-memory/pom.xml @@ -18,10 +18,6 @@ <dependencies> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-mailet-api</artifactId> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <scope>test</scope> <type>test-jar</type> @@ -41,14 +37,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.sun.mail</groupId> - <artifactId>javax.mail</artifactId> - </dependency> - <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
