ptuomola commented on a change in pull request #820:
URL: https://github.com/apache/fineract/pull/820#discussion_r421254618
##########
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:
Sorry - I thought the dependencySet only set the version for the JARs
you've liste in the set, but not for the dependencies that those dependencies
bring in (i.e. the transitive dependencies).
But if it works for the non-listed transitive dependencies as well, then of
course that will have the same result as this. I'll try it out and change if it
works.
----------------------------------------------------------------
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]