You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/07/06 14:36:02 UTC

[james-project] 21/36: JAMES-3260 Fixed the build for mailrepository-memory

This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch JAMES-3260-gradle-poc
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 1cefc343bfc4c6715add703ab08f7ade8c74f7cc
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Mon Jun 29 23:25:08 2020 +0300

    JAMES-3260 Fixed the build for mailrepository-memory
---
 server/mailrepository/mailrepository-memory/build.gradle | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/server/mailrepository/mailrepository-memory/build.gradle b/server/mailrepository/mailrepository-memory/build.gradle
index de7264d..fea408c 100644
--- a/server/mailrepository/mailrepository-memory/build.gradle
+++ b/server/mailrepository/mailrepository-memory/build.gradle
@@ -12,7 +12,15 @@ configurations {
 
 dependencies {
     api project(':james-server:james-server-mailrepository-api')
+    api project(':james-server:james-server-lifecycle-api')
+
+    implementation 'com.github.fge:throwing-lambdas:0.5.0'
+    implementation 'com.github.steveash.guavate:guavate:1.0.0'
+    implementation 'com.google.guava:guava:25.1-jre'
     implementation 'com.sun.mail:javax.mail:1.6.2'
+    implementation 'javax.inject:javax.inject:1'
+    implementation 'org.apache.commons:commons-configuration2:2.7'
+    implementation 'org.slf4j:jcl-over-slf4j:1.7.27'
 
     testImplementation project(path: ':james-server:james-server-mailrepository-api', configuration: 'tests')
     testImplementation project(path: ':james-server:james-server-data-library', configuration: 'tests')


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