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

aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9696a7e90 FINERACT-1615: Fix jakarta mail related dependency issue
9696a7e90 is described below

commit 9696a7e9058eb1629a8e54b2ca0e077153bfb7ec
Author: Aleks <[email protected]>
AuthorDate: Fri May 6 15:36:31 2022 +0200

    FINERACT-1615: Fix jakarta mail related dependency issue
---
 buildSrc/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 3d3b868d3..4a4b13b80 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -33,6 +33,7 @@ repositories {
 }
 
 dependencies {
+    implementation 'com.sun.activation:jakarta.activation'
     implementation 'com.sun.mail:jakarta.mail'
     implementation 'org.freemarker:freemarker'
     implementation 'org.tmatesoft.svnkit:svnkit'

Reply via email to