Repository: james-project Updated Branches: refs/heads/master e708298ac -> f91fc653f
MAILET-98 use guava for mailets Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4f8d81d7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4f8d81d7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4f8d81d7 Branch: refs/heads/master Commit: 4f8d81d7b80abc032d535afb67e2dd490d265a28 Parents: e708298 Author: Matthieu Baechler <[email protected]> Authored: Thu Aug 25 10:51:00 2016 +0200 Committer: Matthieu Baechler <[email protected]> Committed: Thu Aug 25 14:37:17 2016 +0200 ---------------------------------------------------------------------- mailet/base/pom.xml | 1 - mailet/standard/pom.xml | 5 ----- 2 files changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/4f8d81d7/mailet/base/pom.xml ---------------------------------------------------------------------- diff --git a/mailet/base/pom.xml b/mailet/base/pom.xml index febeff8..7e6b978 100644 --- a/mailet/base/pom.xml +++ b/mailet/base/pom.xml @@ -69,7 +69,6 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/james-project/blob/4f8d81d7/mailet/standard/pom.xml ---------------------------------------------------------------------- diff --git a/mailet/standard/pom.xml b/mailet/standard/pom.xml index 37f6ddc..2f5c0c5 100644 --- a/mailet/standard/pom.xml +++ b/mailet/standard/pom.xml @@ -73,11 +73,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
