ptuomola commented on a change in pull request #820:
URL: https://github.com/apache/fineract/pull/820#discussion_r421271515



##########
File path: fineract-provider/build.gradle
##########
@@ -21,6 +21,9 @@ Run as:
 gradle clean bootRun'''
 
 project.ext.jerseyVersion = '1.19.4'
+ext["rest-assured.version"] = '4.3.0' 

Review comment:
       Looks like it does not work for transitive dependencies - you need to 
explicitly list all the jars for which you want the version to apply. I've done 
this and listed the JARs we are currently using. But of course if we add some 
in the future then this list needs to be updated to avoid incompatible 
classes...




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to