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



##########
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:
       Yeah, about that. spring dependency has an option to define a set of 
dependencies(dependencySet) for libraries which have thesame version number for 
different artifacts. There are samples of that in 
https://github.com/apache/fineract/pull/662. So you should be able to easily 
get the gist once you look that. With that you don't have to define 
dependencies jar-by-jar. Do you get what I mean here?




----------------------------------------------------------------
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