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

conradsp 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 8be550d  switch bval dependency from compile to implementation (see 
FINERACT-777)
     new f517f53  Merge pull request #620 from 
vorburger/bval-scope-implementation
8be550d is described below

commit 8be550d0770e0504f2c7ecf4f97ab30746888bb6
Author: Michael Vorburger.ch <[email protected]>
AuthorDate: Thu Jul 11 08:46:35 2019 +0200

    switch bval dependency from compile to implementation (see FINERACT-777)
---
 fineract-provider/dependencies.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fineract-provider/dependencies.gradle 
b/fineract-provider/dependencies.gradle
index 3dda897..0c03633 100644
--- a/fineract-provider/dependencies.gradle
+++ b/fineract-provider/dependencies.gradle
@@ -93,8 +93,7 @@ dependencies {
                 [group: 'javax.validation', name: 'validation-api', version: 
'2.0.0.Final']
     )
 
-     // TODO FINERACT-777 use "implementation" instead of "compile" once we 
have upgraded Gradle (FINERACT-700)
-     compile 'org.apache.bval:org.apache.bval.bundle:2.0.2'
+     implementation 'org.apache.bval:org.apache.bval.bundle:2.0.2'
 
      testCompile 'junit:junit:4.11',
                  'junit:junit-dep:4.11',

Reply via email to