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/30 20:51:39 UTC

[james-project] 05/23: JAMES-3260 server/task-api fails

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 477b752516c8e718ea7159d8b46f3821b701fa89
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Sat Jun 20 11:19:27 2020 +0300

    JAMES-3260 server/task-api fails
    
    * Circular dependency java -> scala
---
 server/task/task-api/build.gradle | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/server/task/task-api/build.gradle b/server/task/task-api/build.gradle
index 3c5c7dd..912a8aa 100644
--- a/server/task/task-api/build.gradle
+++ b/server/task/task-api/build.gradle
@@ -2,6 +2,10 @@
  * This file was generated by the Gradle 'init' task.
  */
 
+plugins {
+    id 'scala'
+}
+
 dependencies {
     implementation 'com.google.guava:guava:25.1-jre'
     implementation 'javax.annotation:javax.annotation-api:1.3.2'
@@ -12,6 +16,10 @@ dependencies {
     testImplementation 'com.github.fge:throwing-lambdas:0.5.0'
     testImplementation 'org.awaitility:awaitility:3.1.6'
     testImplementation 'org.mockito:mockito-core:3.0.0'
+
+    implementation 'org.scala-lang:scala-library:2.13.1'
+    testImplementation 'org.scalatest:scalatest_2.13:3.2.0'
+
 }
 
 description = 'Apache James :: Server :: Task :: API'


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