MAILET-108 mailet/standard package should use GUAVA

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b1e0f3e7
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b1e0f3e7
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b1e0f3e7

Branch: refs/heads/master
Commit: b1e0f3e7f4b4a4a70c0b1067109a8202ac999551
Parents: 84fca1d
Author: Benoit Tellier <btell...@linagora.com>
Authored: Mon Aug 29 13:08:36 2016 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Mon Aug 29 17:38:33 2016 +0700

----------------------------------------------------------------------
 mailet/standard/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/b1e0f3e7/mailet/standard/pom.xml
----------------------------------------------------------------------
diff --git a/mailet/standard/pom.xml b/mailet/standard/pom.xml
index 3649439..28cbf6d 100644
--- a/mailet/standard/pom.xml
+++ b/mailet/standard/pom.xml
@@ -51,6 +51,10 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to