vorburger commented on a change in pull request #719: FINERACT-809 - Upgrade
rest-assured
URL: https://github.com/apache/fineract/pull/719#discussion_r387266425
##########
File path: fineract-provider/build.gradle
##########
@@ -99,10 +99,16 @@ dependencyManagement {
dependency 'org.apache.activemq:activemq-broker:+'
dependency 'javax.validation:validation-api:+'
dependency 'org.apache.bval:org.apache.bval.bundle:2.0.2'
+ dependencySet(group: 'io.rest-assured', version: '+'){
+ entry 'rest-assured-common'
+ entry 'rest-assured'
+ entry 'json-path'
+ entry 'xml-path'
+ }
dependency 'junit:junit:+'
//dependency 'junit:junit-dep:4.11'
dependency 'org.mockito:mockito-core:+'
- dependency 'com.jayway.restassured:rest-assured:2.3.3'
+ //dependency 'io.restassured:rest-assured:2.3.3'
Review comment:
Just completely remove instead of commenting this out, please
----------------------------------------------------------------
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]
With regards,
Apache Git Services