ptuomola commented on a change in pull request #820:
URL: https://github.com/apache/fineract/pull/820#discussion_r421244604
##########
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:
The reason why I did it this was that with a single line you can ensure
that all the rest-assured libraries are brought in with the right version. I
was first doing it through dependencies, but that seemed to require separately
setting the version for every single rest-assured jar. That is of course much
more error-prone: if you miss one, suddenly you are in classpath hell again.
But if that's preferred I can of course set it jar-by-jar...
----------------------------------------------------------------
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]