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:35:45 UTC

[james-project] 04/36: JAMES-3260 Fixed builds for core, json and mdn

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 05e0b72a3814aa429f2a21b739be43379e4253ad
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Sat Jun 20 11:18:57 2020 +0300

    JAMES-3260 Fixed builds for core, json and mdn
---
 core/build.gradle | 11 +++++++++++
 json/build.gradle | 11 +++++++++++
 mdn/build.gradle  |  5 +++++
 3 files changed, 27 insertions(+)

diff --git a/core/build.gradle b/core/build.gradle
index bf3dfae..e98d634 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -13,6 +13,17 @@ dependencies {
     implementation 'org.slf4j:slf4j-api:1.7.27'
     testImplementation project(':james-server:james-server-util')
     testImplementation project(':testing-base')
+
+    testImplementation 'org.assertj:assertj-core:3.16.1'
+    testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.1.9'
+
+    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.1'
+    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.5.1'
+    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.1'
+}
+
+test {
+    useJUnitPlatform()
 }
 
 description = 'Apache James :: Core Domain Objects'
diff --git a/json/build.gradle b/json/build.gradle
index 4f9fc06..0287d31 100644
--- a/json/build.gradle
+++ b/json/build.gradle
@@ -12,8 +12,19 @@ dependencies {
     implementation 'org.slf4j:slf4j-api:1.7.27'
     testImplementation project(':testing-base')
     testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:2.8.0'
+
+    testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:2.8.0'
+
+    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.1'
+    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.5.1'
+    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.1'
 }
 
+test {
+    useJUnitPlatform()
+}
+
+
 description = 'Apache James :: Json serialization'
 
 tasks.register('testsJar', Jar) {
diff --git a/mdn/build.gradle b/mdn/build.gradle
index cfb68b3..95b5823 100644
--- a/mdn/build.gradle
+++ b/mdn/build.gradle
@@ -13,6 +13,11 @@ dependencies {
     implementation 'org.parboiled:parboiled_2.13:2.2.0'
     testImplementation project(':testing-base')
     testImplementation 'org.scala-lang.modules:scala-java8-compat_2.13:0.9.0'
+
+    testImplementation 'org.assertj:assertj-core:3.16.1'
+    testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.1.9'
+
+    testImplementation "junit:junit:4.13"
 }
 
 description = 'Apache James :: MDN'


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