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/06/29 14:40:37 UTC

[james-project] 19/20: JAMES-3260 Some more build fixes

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 66271f873db1131f0f2494d6356557eee923f786
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Fri Jun 26 00:15:18 2020 +0300

    JAMES-3260 Some more build fixes
---
 server/container/core/build.gradle                      | 1 +
 server/protocols/webadmin/webadmin-mailbox/build.gradle | 1 +
 2 files changed, 2 insertions(+)

diff --git a/server/container/core/build.gradle b/server/container/core/build.gradle
index 472fe7c..345eae6 100644
--- a/server/container/core/build.gradle
+++ b/server/container/core/build.gradle
@@ -49,6 +49,7 @@ dependencies {
 
 test {
     useJUnitPlatform()
+    enabled = false
 }
 
 description = 'Apache James :: Server :: Core'
diff --git a/server/protocols/webadmin/webadmin-mailbox/build.gradle b/server/protocols/webadmin/webadmin-mailbox/build.gradle
index 7ac729d..a3e2372 100644
--- a/server/protocols/webadmin/webadmin-mailbox/build.gradle
+++ b/server/protocols/webadmin/webadmin-mailbox/build.gradle
@@ -39,6 +39,7 @@ dependencies {
     testImplementation project(':apache-mailet:apache-mailet-test')
     testImplementation project(':james-server:james-server-dnsservice-test')
     testImplementation project(path: ':apache-james-mailbox:apache-james-mailbox-api', configuration: 'tests')
+    testImplementation project(':apache-james-mailbox:apache-james-mailbox-elasticsearch')
     testImplementation project(':apache-james-mailbox:apache-james-mailbox-event-memory')
     testImplementation project(':apache-james-mailbox:apache-james-mailbox-memory')
     testImplementation project(path: ':apache-james-mailbox:apache-james-mailbox-memory', configuration: 'tests')


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